#33E0FF

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

Shades of Turquoise #33E0FF

Tints of Turquoise #33E0FF

Color information

#33E0FF (or 0x33E0FF) is unknown color: approx Turquoise. HEX triplet: 33, E0 and FF. RGB value is (51,224,255). Sum of RGB (Red+Green+Blue) = 51+224+255=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #33E0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E0FF is #CC1F00. Grayscale: #AFAFAF. Windows color (decimal): -13377281 or 16769075. OLE color: 16769075.

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

Color convert

RGB51224255-
CMYK0.80.1200
HSL189.12º100%60%-
HSV(B)189.12º80%100%-
XYZ46.0761.24104-
YUV175.81172.6938.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.62%
GREEN value IS 224 (87.89% from 255) = 42.26%
BLUE value IS 255 (100% from 255) = 48.11%
R=9.62%
G=42.26%
B=48.11%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512242550.80.1200189.1210060
Hex33E0FF50C00bd643c
Octal63340377120140027514474
Binary11001111100000111111111010000110000101111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,224,255); }

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

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

 a { background-color: rgb(51,224,255); }

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

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

 span { border-color: rgb(51,224,255); }

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