#33EFE7

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

Shades of Turquoise #33EFE7

Tints of Turquoise #33EFE7

Color information

#33EFE7 (or 0x33EFE7) is unknown color: approx Turquoise. HEX triplet: 33, EF and E7. RGB value is (51,239,231). Sum of RGB (Red+Green+Blue) = 51+239+231=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFE7 is #CC1018. Grayscale: #B5B5B5. Windows color (decimal): -13373465 or 15200051. OLE color: 15200051.

HSL color Cylindrical-coordinate representation of color #33EFE7: hue angle of 177.45º 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 #33EFE7 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB51239231-
CMYK0.7900.030.06
HSL177.45º85.45%56.86%-
HSV(B)177.45º78.66%93.73%-
XYZ46.6668.2186.31-
YUV181.88155.7234.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 231 (90.62% from 255) = 44.34%
R=9.79%
G=45.87%
B=44.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512392310.7900.030.06177.4585.4556.86
Hex33EFE74F036b15539
Octal6335734711703626112571
Binary11001111101111111001111001111011110101100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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