Html Css Color HEX #33DCCC Turquoise

📋 copy color: '#33DCCC'

red 51 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #33DCCC

Tints of Turquoise #33DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

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

R = 10.74%
G = 46.32%
B = 42.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#33DCCC (or 0x33DCCC) is known color: Turquoise. HEX triplet: 33, DC and CC. RGB value is (51,220,204). Sum of RGB (Red+Green+Blue) = 51+220+204=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCCC is #CC2333. Grayscale: #A7A7A7. Windows color (decimal): -13378356 or 13425715. OLE color: 13425715.

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

Color convert

RGB 51 220 204 -
CMYK 0.77 0 0.07 0.14
HSL 174.32º 0.71% 0.53% -
HSV(B) 174.32º 0.77% 0.86% -
XYZ 37.86 56.25 65.99 -
YUV 167.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 51 220 204 0.77 0 0.07 0.14 174.32 0.71 0.53
Hex 33 DC CC 4D 0 7 E AE 47 35
Octal 63 334 314 115 0 7 16 256 107 65
Binary 110011 11011100 11001100 1001101 0 111 1110 10101110 1000111 110101

Color Harmonies of #33DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCCC

Black with #33DCCC

Text Example


Text Example

White with #33DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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