#30D5CF

Color #30D5CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30D5CF

Tints of Turquoise #30D5CF

Color information

#30D5CF (or 0x30D5CF) is unknown color: approx Turquoise. HEX triplet: 30, D5 and CF. RGB value is (48,213,207). Sum of RGB (Red+Green+Blue) = 48+213+207=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5CF is #CF2A30. Grayscale: #A2A2A2. Windows color (decimal): -13576753 or 13620528. OLE color: 13620528.

HSL color Cylindrical-coordinate representation of color #30D5CF: hue angle of 177.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D5CF is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB48213207-
CMYK0.7700.030.16
HSL177.82º66.27%51.18%-
HSV(B)177.82º77.46%83.53%-
XYZ36.2852.7267.3-
YUV162.98152.8445.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 10.26%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=10.26%
G=45.51%
B=44.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482132070.7700.030.16177.8266.2751.18
Hex30D5CF4D0310b24233
Octal60325317115032026210263
Binary1100001101010111001111100110101110000101100101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D5CF; }

 p { color: rgb(48,213,207); }

 H1.HeaderClassName
 {
   color: #30D5CF;
 }
 .AnyTagClassName
 {
   color: #30D5CF;
 }
</style>
background-color css

<style>
 a { background-color: #30D5CF; }

 a { background-color: rgb(48,213,207); }

 div.DivClassName
 {
   background-color: #30D5CF;
 }
 .BgClassName
 {
   background-color: #30D5CF;
 }
</style>
border-color css

<style>
 span { border-color: #30D5CF; }

 span { border-color: rgb(48,213,207); }

 td.TdClassName
 {
   border-color: #30D5CF;
 }
 .TagClassName
 {
   border-color: #30D5CF;
 }
</style>