#30E9CB

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

Shades of Turquoise #30E9CB

Tints of Turquoise #30E9CB

Color information

#30E9CB (or 0x30E9CB) is unknown color: approx Turquoise. HEX triplet: 30, E9 and CB. RGB value is (48,233,203). Sum of RGB (Red+Green+Blue) = 48+233+203=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #30E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E9CB is #CF1634. Grayscale: #AEAEAE. Windows color (decimal): -13571637 or 13363504. OLE color: 13363504.

HSL color Cylindrical-coordinate representation of color #30E9CB: hue angle of 170.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E9CB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB48233203-
CMYK0.7900.130.09
HSL170.27º80.79%55.1%-
HSV(B)170.27º79.4%91.37%-
XYZ41.1463.2266.53-
YUV174.26144.2137.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.92%
GREEN value IS 233 (91.41% from 255) = 48.14%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=9.92%
G=48.14%
B=41.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482332030.7900.130.09170.2780.7955.1
Hex30E9CB4F0D9aa5137
Octal603513131170151125212167
Binary11000011101001110010111001111011011001101010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,233,203); }

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

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

 a { background-color: rgb(48,233,203); }

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

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

 span { border-color: rgb(48,233,203); }

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