#33E6FE

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

Shades of Turquoise #33E6FE

Tints of Turquoise #33E6FE

Color information

#33E6FE (or 0x33E6FE) is unknown color: approx Turquoise. HEX triplet: 33, E6 and FE. RGB value is (51,230,254). Sum of RGB (Red+Green+Blue) = 51+230+254=535 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.53% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #33E6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E6FE is #CC1901. Grayscale: #B2B2B2. Windows color (decimal): -13375746 or 16705075. OLE color: 16705075.

HSL color Cylindrical-coordinate representation of color #33E6FE: hue angle of 187.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E6FE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB51230254-
CMYK0.800.0900.00
HSL187.09º99.02%59.8%-
HSV(B)187.09º79.92%99.61%-
XYZ47.5564.45103.7-
YUV179.21170.236.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.53%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=9.53%
G=42.99%
B=47.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal512302540.800.0900.00187.0999.0259.8
Hex33E6FE50900bb633c
Octal63346376120110027314374
Binary11001111100110111111101010000100100101110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33E6FE; }

 p { color: rgb(51,230,254); }

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

<style>
 a { background-color: #33E6FE; }

 a { background-color: rgb(51,230,254); }

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

<style>
 span { border-color: #33E6FE; }

 span { border-color: rgb(51,230,254); }

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