Html Css Color HEX #33DDDC Turquoise

📋 copy color: '#33DDDC'

red 51 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #33DDDC

Tints of Turquoise #33DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 10.37%
G = 44.92%
B = 44.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#33DDDC (or 0x33DDDC) is known color: Turquoise. HEX triplet: 33, DD and DC. RGB value is (51,221,220). Sum of RGB (Red+Green+Blue) = 51+221+220=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDC is #CC2223. Grayscale: #A9A9A9. Windows color (decimal): -13378084 or 14474547. OLE color: 14474547.

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

Color convert

RGB 51 221 220 -
CMYK 0.77 0 0.00 0.13
HSL 179.65º 0.71% 0.53% -
HSV(B) 179.65º 0.77% 0.87% -
XYZ 40.14 57.58 76.71 -
YUV 170.06 156.18 43.08 -
System Red Green Blue C M Y K H S L
Decimal 51 221 220 0.77 0 0.00 0.13 179.65 0.71 0.53
Hex 33 DD DC 4D 0 0 D B4 47 35
Octal 63 335 334 115 0 0 15 264 107 65
Binary 110011 11011101 11011100 1001101 0 0 1101 10110100 1000111 110101

Color Harmonies of #33DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDDC

Black with #33DDDC

Text Example


Text Example

White with #33DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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