Html Css Color HEX #2DDDCC Turquoise

📋 copy color: '#2DDDCC'

red 45 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #2DDDCC

Tints of Turquoise #2DDDCC

RGB

 RED value IS 45 (17.97% from 255) = 9.57%

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

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

R = 9.57%
G = 47.02%
B = 43.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#2DDDCC (or 0x2DDDCC) is known color: Turquoise. HEX triplet: 2D, DD and CC. RGB value is (45,221,204). Sum of RGB (Red+Green+Blue) = 45+221+204=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDCC is #D22233. Grayscale: #A6A6A6. Windows color (decimal): -13771316 or 13425965. OLE color: 13425965.

HSL color Cylindrical-coordinate representation of color #2DDDCC: hue angle of 174.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDDCC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 204 -
CMYK 0.80 0 0.08 0.13
HSL 174.2º 0.72% 0.52% -
HSV(B) 174.2º 0.8% 0.87% -
XYZ 37.84 56.63 66.06 -
YUV 166.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 45 221 204 0.80 0 0.08 0.13 174.2 0.72 0.52
Hex 2D DD CC 50 0 8 D AE 48 34
Octal 55 335 314 120 0 10 15 256 110 64
Binary 101101 11011101 11001100 1010000 0 1000 1101 10101110 1001000 110100

Color Harmonies of #2DDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDDCC

Black with #2DDDCC

Text Example


Text Example

White with #2DDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DDDCC; }

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

 H1.HeaderClassName
 {
   color: #2DDDCC;
 }
 .AnyTagClassName
 {
   color: #2DDDCC;
 }
</style>

background-color css

<style>
 a { background-color: #2DDDCC; }

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

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

border-color css

<style>
 span { border-color: #2DDDCC; }

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

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