#33E4BB

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

Shades of Turquoise #33E4BB

Tints of Turquoise #33E4BB

Color information

#33E4BB (or 0x33E4BB) is unknown color: approx Turquoise. HEX triplet: 33, E4 and BB. RGB value is (51,228,187). Sum of RGB (Red+Green+Blue) = 51+228+187=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #33E4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E4BB is #CC1B44. Grayscale: #AAAAAA. Windows color (decimal): -13376325 or 12313651. OLE color: 12313651.

HSL color Cylindrical-coordinate representation of color #33E4BB: hue angle of 166.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E4BB is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB51228187-
CMYK0.7800.180.11
HSL166.1º76.62%54.71%-
HSV(B)166.1º77.63%89.41%-
XYZ38.0859.7856.55-
YUV170.4137.3642.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.94%
GREEN value IS 228 (89.45% from 255) = 48.93%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=10.94%
G=48.93%
B=40.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal512281870.7800.180.11166.176.6254.71
Hex33E4BB4E012Ba64d37
Octal633442731160221324611567
Binary110011111001001011101110011100100101011101001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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