Html Css Color HEX #33DDCC Turquoise

📋 copy color: '#33DDCC'

red 51 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #33DDCC

Tints of Turquoise #33DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 10.71%
G = 46.43%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#33DDCC (or 0x33DDCC) is known color: Turquoise. HEX triplet: 33, DD and CC. RGB value is (51,221,204). Sum of RGB (Red+Green+Blue) = 51+221+204=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDCC is #CC2233. Grayscale: #A8A8A8. Windows color (decimal): -13378100 or 13425971. OLE color: 13425971.

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

Color convert

RGB 51 221 204 -
CMYK 0.77 0 0.08 0.13
HSL 174º 0.71% 0.53% -
HSV(B) 174º 0.77% 0.87% -
XYZ 38.12 56.78 66.08 -
YUV 168.23 148.18 44.38 -
System Red Green Blue C M Y K H S L
Decimal 51 221 204 0.77 0 0.08 0.13 174 0.71 0.53
Hex 33 DD CC 4D 0 8 D AE 47 35
Octal 63 335 314 115 0 10 15 256 107 65
Binary 110011 11011101 11001100 1001101 0 1000 1101 10101110 1000111 110101

Color Harmonies of #33DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDCC

Black with #33DDCC

Text Example


Text Example

White with #33DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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