Html Css Color HEX #2DDCCA Turquoise

📋 copy color: '#2DDCCA'

red 45 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #2DDCCA

Tints of Turquoise #2DDCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 9.64%
G = 47.11%
B = 43.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#2DDCCA (or 0x2DDCCA) is known color: Turquoise. HEX triplet: 2D, DC and CA. RGB value is (45,220,202). Sum of RGB (Red+Green+Blue) = 45+220+202=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDCCA is #D22335. Grayscale: #A5A5A5. Windows color (decimal): -13771574 or 13294637. OLE color: 13294637.

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

Color convert

RGB 45 220 202 -
CMYK 0.80 0 0.08 0.14
HSL 173.83º 0.71% 0.52% -
HSV(B) 173.83º 0.8% 0.86% -
XYZ 37.34 56.01 64.72 -
YUV 165.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 45 220 202 0.80 0 0.08 0.14 173.83 0.71 0.52
Hex 2D DC CA 50 0 8 E AE 47 34
Octal 55 334 312 120 0 10 16 256 107 64
Binary 101101 11011100 11001010 1010000 0 1000 1110 10101110 1000111 110100

Color Harmonies of #2DDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDCCA

Black with #2DDCCA

Text Example


Text Example

White with #2DDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,220,202); }

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

background-color css

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

 a { background-color: rgb(45,220,202); }

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

border-color css

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

 span { border-color: rgb(45,220,202); }

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