#30F5BD

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

Shades of Turquoise #30F5BD

Tints of Turquoise #30F5BD

Color information

#30F5BD (or 0x30F5BD) is unknown color: approx Turquoise. HEX triplet: 30, F5 and BD. RGB value is (48,245,189). Sum of RGB (Red+Green+Blue) = 48+245+189=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5BD is #CF0A42. Grayscale: #B3B3B3. Windows color (decimal): -13568579 or 12449072. OLE color: 12449072.

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

Color convert

RGB48245189-
CMYK0.8000.230.04
HSL162.94º90.78%57.45%-
HSV(B)162.94º80.41%96.08%-
XYZ43.0669.6159.31-
YUV179.71133.2334.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.96%
GREEN value IS 245 (96.09% from 255) = 50.83%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=9.96%
G=50.83%
B=39.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482451890.8000.230.04162.9490.7857.45
Hex30F5BD500174a35b39
Octal60365275120027424313371
Binary11000011110101101111011010000010111100101000111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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