#30E0CD

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

Shades of Turquoise #30E0CD

Tints of Turquoise #30E0CD

Color information

#30E0CD (or 0x30E0CD) is unknown color: approx Turquoise. HEX triplet: 30, E0 and CD. RGB value is (48,224,205). Sum of RGB (Red+Green+Blue) = 48+224+205=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #30E0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E0CD is #CF1F32. Grayscale: #A9A9A9. Windows color (decimal): -13573939 or 13492272. OLE color: 13492272.

HSL color Cylindrical-coordinate representation of color #30E0CD: hue angle of 173.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E0CD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB48224205-
CMYK0.7900.080.12
HSL173.52º73.95%53.33%-
HSV(B)173.52º78.57%87.84%-
XYZ38.8958.3566.97-
YUV169.21148.1941.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.06%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=10.06%
G=46.96%
B=42.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal482242050.7900.080.12173.5273.9553.33
Hex30E0CD4F08Cae4a35
Octal603403151170101425611265
Binary11000011100000110011011001111010001100101011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,224,205); }

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

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

 a { background-color: rgb(48,224,205); }

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

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

 span { border-color: rgb(48,224,205); }

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