Html Css Color HEX #33DDCE Turquoise

📋 copy color: '#33DDCE'

red 51 ◦ green 221 ◦ blue 206

#33DDCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #33DDCE

Tints of Turquoise #33DDCE

RGB

 RED value IS 51 (20.31% from 255) = 10.67%

 GREEN value IS 221 (86.72% from 255) = 46.23%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 10.67%
G = 46.23%
B = 43.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#33DDCE (or 0x33DDCE) is known color: Turquoise. HEX triplet: 33, DD and CE. RGB value is (51,221,206). Sum of RGB (Red+Green+Blue) = 51+221+206=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDCE is #CC2231. Grayscale: #A8A8A8. Windows color (decimal): -13378098 or 13557043. OLE color: 13557043.

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

Color convert

RGB 51 221 206 -
CMYK 0.77 0 0.07 0.13
HSL 174.71º 0.71% 0.53% -
HSV(B) 174.71º 0.77% 0.87% -
XYZ 38.36 56.87 67.35 -
YUV 168.46 149.18 44.22 -
System Red Green Blue C M Y K H S L
Decimal 51 221 206 0.77 0 0.07 0.13 174.71 0.71 0.53
Hex 33 DD CE 4D 0 7 D AF 47 35
Octal 63 335 316 115 0 7 15 257 107 65
Binary 110011 11011101 11001110 1001101 0 111 1101 10101111 1000111 110101

Color Harmonies of #33DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDCE

Black with #33DDCE

Text Example


Text Example

White with #33DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,206); }

 H1.HeaderClassName
 {
   color: #33DDCE;
 }
 .AnyTagClassName
 {
   color: #33DDCE;
 }
</style>

background-color css

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

 a { background-color: rgb(51,221,206); }

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

border-color css

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

 span { border-color: rgb(51,221,206); }

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