#33DEBB

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

Shades of Turquoise #33DEBB

Tints of Turquoise #33DEBB

Color information

#33DEBB (or 0x33DEBB) is unknown color: approx Turquoise. HEX triplet: 33, DE and BB. RGB value is (51,222,187). Sum of RGB (Red+Green+Blue) = 51+222+187=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEBB is #CC2144. Grayscale: #A6A6A6. Windows color (decimal): -13377861 or 12312115. OLE color: 12312115.

HSL color Cylindrical-coordinate representation of color #33DEBB: hue angle of 167.72º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DEBB is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB51222187-
CMYK0.7700.160.13
HSL167.72º72.15%53.53%-
HSV(B)167.72º77.03%87.06%-
XYZ36.4656.5356-
YUV166.88139.3545.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.09%
GREEN value IS 222 (87.11% from 255) = 48.26%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=11.09%
G=48.26%
B=40.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512221870.7700.160.13167.7272.1553.53
Hex33DEBB4D010Da84836
Octal633362731150201525011066
Binary110011110111101011101110011010100001101101010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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