#30F5C9

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

Shades of Turquoise #30F5C9

Tints of Turquoise #30F5C9

Color information

#30F5C9 (or 0x30F5C9) is unknown color: approx Turquoise. HEX triplet: 30, F5 and C9. RGB value is (48,245,201). Sum of RGB (Red+Green+Blue) = 48+245+201=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5C9 is #CF0A36. Grayscale: #B5B5B5. Windows color (decimal): -13568567 or 13235504. OLE color: 13235504.

HSL color Cylindrical-coordinate representation of color #30F5C9: hue angle of 166.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5C9 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB48245201-
CMYK0.8000.180.04
HSL166.6º90.78%57.45%-
HSV(B)166.6º80.41%96.08%-
XYZ44.4170.1566.46-
YUV181.08139.2333.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.72%
GREEN value IS 245 (96.09% from 255) = 49.60%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=9.72%
G=49.60%
B=40.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482452010.8000.180.04166.690.7857.45
Hex30F5C9500124a75b39
Octal60365311120022424713371
Binary11000011110101110010011010000010010100101001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,245,201); }

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

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

 a { background-color: rgb(48,245,201); }

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

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

 span { border-color: rgb(48,245,201); }

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