#33EFE2

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

Shades of Turquoise #33EFE2

Tints of Turquoise #33EFE2

Color information

#33EFE2 (or 0x33EFE2) is unknown color: approx Turquoise. HEX triplet: 33, EF and E2. RGB value is (51,239,226). Sum of RGB (Red+Green+Blue) = 51+239+226=516 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.88% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFE2 is #CC101D. Grayscale: #B5B5B5. Windows color (decimal): -13373470 or 14872371. OLE color: 14872371.

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

Color convert

RGB51239226-
CMYK0.7900.050.06
HSL175.85º85.45%56.86%-
HSV(B)175.85º78.66%93.73%-
XYZ45.9667.9382.64-
YUV181.31153.2235.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.88%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 226 (88.67% from 255) = 43.80%
R=9.88%
G=46.32%
B=43.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512392260.7900.050.06175.8585.4556.86
Hex33EFE24F056b05539
Octal6335734211705626012571
Binary110011111011111110001010011110101110101100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,239,226); }

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

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

 a { background-color: rgb(51,239,226); }

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

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

 span { border-color: rgb(51,239,226); }

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