#33D4D1

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

Shades of Turquoise #33D4D1

Tints of Turquoise #33D4D1

Color information

#33D4D1 (or 0x33D4D1) is unknown color: approx Turquoise. HEX triplet: 33, D4 and D1. RGB value is (51,212,209). Sum of RGB (Red+Green+Blue) = 51+212+209=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #33D4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D4D1 is #CC2B2E. Grayscale: #A3A3A3. Windows color (decimal): -13380399 or 13751347. OLE color: 13751347.

HSL color Cylindrical-coordinate representation of color #33D4D1: hue angle of 178.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D4D1 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB51212209-
CMYK0.7600.010.17
HSL178.88º65.18%51.57%-
HSV(B)178.88º75.94%83.14%-
XYZ36.4252.3968.52-
YUV163.52153.6647.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.81%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=10.81%
G=44.92%
B=44.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal512122090.7600.010.17178.8865.1851.57
Hex33D4D14C0111b34134
Octal63324321114012126310164
Binary110011110101001101000110011000110001101100111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,212,209); }

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

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

 a { background-color: rgb(51,212,209); }

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

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

 span { border-color: rgb(51,212,209); }

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