#33E7FE

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

Shades of Turquoise #33E7FE

Tints of Turquoise #33E7FE

Color information

#33E7FE (or 0x33E7FE) is unknown color: approx Turquoise. HEX triplet: 33, E7 and FE. RGB value is (51,231,254). Sum of RGB (Red+Green+Blue) = 51+231+254=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #33E7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E7FE is #CC1801. Grayscale: #B3B3B3. Windows color (decimal): -13375490 or 16705331. OLE color: 16705331.

HSL color Cylindrical-coordinate representation of color #33E7FE: hue angle of 186.8º 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 #33E7FE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB51231254-
CMYK0.800.0900.00
HSL186.8º99.02%59.8%-
HSV(B)186.8º79.92%99.61%-
XYZ47.8365.01103.79-
YUV179.8169.8736.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.51%
GREEN value IS 231 (90.62% from 255) = 43.10%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=9.51%
G=43.10%
B=47.39%

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
Decimal512312540.800.0900.00186.899.0259.8
Hex33E7FE50900bb633c
Octal63347376120110027314374
Binary11001111100111111111101010000100100101110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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