#30e5cc

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

Shades of Turquoise #30E5CC

Tints of Turquoise #30E5CC

Color information

#30E5CC (or 0x30E5CC) is unknown color: approx Turquoise. HEX triplet: 30, E5 and CC. RGB value is (48,229,204). Sum of RGB (Red+Green+Blue) = 48+229+204=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #30E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E5CC is #CF1A33. Grayscale: #ABABAB. Windows color (decimal): -13572660 or 13428016. OLE color: 13428016.

HSL color Cylindrical-coordinate representation of color #30E5CC: hue angle of 171.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E5CC is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB48229204-
CMYK0.7900.110.10
HSL171.71º77.68%54.31%-
HSV(B)171.71º79.04%89.8%-
XYZ40.1461.0366.79-
YUV172.03146.0339.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.98%
GREEN value IS 229 (89.84% from 255) = 47.61%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=9.98%
G=47.61%
B=42.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal482292040.7900.110.10171.7177.6854.31
Hex30E5CC4F0BAac4e36
Octal603453141170131225411666
Binary11000011100101110011001001111010111010101011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30e5cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,229,204); }

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

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

 a { background-color: rgb(48,229,204); }

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

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

 span { border-color: rgb(48,229,204); }

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