#33E4F2

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

Shades of Turquoise #33E4F2

Tints of Turquoise #33E4F2

Color information

#33E4F2 (or 0x33E4F2) is unknown color: approx Turquoise. HEX triplet: 33, E4 and F2. RGB value is (51,228,242). Sum of RGB (Red+Green+Blue) = 51+228+242=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #33E4F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E4F2 is #CC1B0D. Grayscale: #B0B0B0. Windows color (decimal): -13376270 or 15918131. OLE color: 15918131.

HSL color Cylindrical-coordinate representation of color #33E4F2: hue angle of 184.4º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33E4F2 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51228242-
CMYK0.790.0600.05
HSL184.4º88.02%57.45%-
HSV(B)184.4º78.93%94.9%-
XYZ45.1462.693.71-
YUV176.67164.8638.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 228 (89.45% from 255) = 43.76%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=9.79%
G=43.76%
B=46.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512282420.790.0600.05184.488.0257.45
Hex33E4F24F605b85839
Octal6334436211760527013071
Binary110011111001001111001010011111100101101110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,228,242); }

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

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

 a { background-color: rgb(51,228,242); }

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

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

 span { border-color: rgb(51,228,242); }

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