#33D5BB

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

Shades of Turquoise #33D5BB

Tints of Turquoise #33D5BB

Color information

#33D5BB (or 0x33D5BB) is unknown color: approx Turquoise. HEX triplet: 33, D5 and BB. RGB value is (51,213,187). Sum of RGB (Red+Green+Blue) = 51+213+187=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #33D5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D5BB is #CC2A44. Grayscale: #A1A1A1. Windows color (decimal): -13380165 or 12309811. OLE color: 12309811.

HSL color Cylindrical-coordinate representation of color #33D5BB: hue angle of 170.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D5BB is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB51213187-
CMYK0.7600.120.16
HSL170.37º65.85%51.76%-
HSV(B)170.37º76.06%83.53%-
XYZ34.1351.8855.23-
YUV161.6142.3349.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.31%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=11.31%
G=47.23%
B=41.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512131870.7600.120.16170.3765.8551.76
Hex33D5BB4C0C10aa4234
Octal633252731140142025210264
Binary110011110101011011101110011000110010000101010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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