#33E0BE

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

Shades of Turquoise #33E0BE

Tints of Turquoise #33E0BE

Color information

#33E0BE (or 0x33E0BE) is unknown color: approx Turquoise. HEX triplet: 33, E0 and BE. RGB value is (51,224,190). Sum of RGB (Red+Green+Blue) = 51+224+190=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0BE is #CC1F41. Grayscale: #A8A8A8. Windows color (decimal): -13377346 or 12509235. OLE color: 12509235.

HSL color Cylindrical-coordinate representation of color #33E0BE: hue angle of 168.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0BE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB51224190-
CMYK0.7700.150.12
HSL168.21º73.62%53.92%-
HSV(B)168.21º77.23%87.84%-
XYZ37.3257.7357.89-
YUV168.4140.1944.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.97%
GREEN value IS 224 (87.89% from 255) = 48.17%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=10.97%
G=48.17%
B=40.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512241900.7700.150.12168.2173.6253.92
Hex33E0BE4D0FCa84a36
Octal633402761150171425011266
Binary11001111100000101111101001101011111100101010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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