#30E2F6

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

Shades of Turquoise #30E2F6

Tints of Turquoise #30E2F6

Color information

#30E2F6 (or 0x30E2F6) is unknown color: approx Turquoise. HEX triplet: 30, E2 and F6. RGB value is (48,226,246). Sum of RGB (Red+Green+Blue) = 48+226+246=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #30E2F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E2F6 is #CF1D09. Grayscale: #AEAEAE. Windows color (decimal): -13573386 or 16179760. OLE color: 16179760.

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

Color convert

RGB48226246-
CMYK0.800.0800.04
HSL186.06º91.67%57.65%-
HSV(B)186.06º80.49%96.47%-
XYZ45.0561.6796.72-
YUV175.06168.0337.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.23%
GREEN value IS 226 (88.67% from 255) = 43.46%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=9.23%
G=43.46%
B=47.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482262460.800.0800.04186.0691.6757.65
Hex30E2F650804ba5c3a
Octal60342366120100427213472
Binary1100001110001011110110101000010000100101110101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,226,246); }

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

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

 a { background-color: rgb(48,226,246); }

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

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

 span { border-color: rgb(48,226,246); }

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