#30F5C8

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

Shades of Turquoise #30F5C8

Tints of Turquoise #30F5C8

Color information

#30F5C8 (or 0x30F5C8) is unknown color: approx Turquoise. HEX triplet: 30, F5 and C8. RGB value is (48,245,200). Sum of RGB (Red+Green+Blue) = 48+245+200=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5C8 is #CF0A37. Grayscale: #B4B4B4. Windows color (decimal): -13568568 or 13169968. OLE color: 13169968.

HSL color Cylindrical-coordinate representation of color #30F5C8: hue angle of 166.29º 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 #30F5C8 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB48245200-
CMYK0.8000.180.04
HSL166.29º90.78%57.45%-
HSV(B)166.29º80.41%96.08%-
XYZ44.370.165.84-
YUV180.97138.7333.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.74%
GREEN value IS 245 (96.09% from 255) = 49.70%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=9.74%
G=49.70%
B=40.57%

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
Decimal482452000.8000.180.04166.2990.7857.45
Hex30F5C8500124a65b39
Octal60365310120022424613371
Binary11000011110101110010001010000010010100101001101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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