#33DEBC

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

Shades of Turquoise #33DEBC

Tints of Turquoise #33DEBC

Color information

#33DEBC (or 0x33DEBC) is unknown color: approx Turquoise. HEX triplet: 33, DE and BC. RGB value is (51,222,188). Sum of RGB (Red+Green+Blue) = 51+222+188=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEBC is #CC2143. Grayscale: #A6A6A6. Windows color (decimal): -13377860 or 12377651. OLE color: 12377651.

HSL color Cylindrical-coordinate representation of color #33DEBC: hue angle of 168.07º 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 #33DEBC is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB51222188-
CMYK0.7700.150.13
HSL168.07º72.15%53.53%-
HSV(B)168.07º77.03%87.06%-
XYZ36.5656.5856.57-
YUV167139.8545.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.06%
GREEN value IS 222 (87.11% from 255) = 48.16%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=11.06%
G=48.16%
B=40.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512221880.7700.150.13168.0772.1553.53
Hex33DEBC4D0FDa84836
Octal633362741150171525011066
Binary11001111011110101111001001101011111101101010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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