#33E5FE

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

Shades of Turquoise #33E5FE

Tints of Turquoise #33E5FE

Color information

#33E5FE (or 0x33E5FE) is unknown color: approx Turquoise. HEX triplet: 33, E5 and FE. RGB value is (51,229,254). Sum of RGB (Red+Green+Blue) = 51+229+254=534 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.55% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #33E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E5FE is #CC1A01. Grayscale: #B2B2B2. Windows color (decimal): -13376002 or 16704819. OLE color: 16704819.

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

Color convert

RGB51229254-
CMYK0.800.1000.00
HSL187.39º99.02%59.8%-
HSV(B)187.39º79.92%99.61%-
XYZ47.2763.9103.61-
YUV178.63170.5336.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.55%
GREEN value IS 229 (89.84% from 255) = 42.88%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=9.55%
G=42.88%
B=47.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal512292540.800.1000.00187.3999.0259.8
Hex33E5FE50A00bb633c
Octal63345376120120027314374
Binary11001111100101111111101010000101000101110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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