Html Css Color HEX #2DD4C2 Turquoise

📋 copy color: '#2DD4C2'

red 45 ◦ green 212 ◦ blue 194

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

Shades of Turquoise #2DD4C2

Tints of Turquoise #2DD4C2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 9.98%
G = 47.01%
B = 43.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#2DD4C2 (or 0x2DD4C2) is known color: Turquoise. HEX triplet: 2D, D4 and C2. RGB value is (45,212,194). Sum of RGB (Red+Green+Blue) = 45+212+194=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD4C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DD4C2 is #D22B3D. Grayscale: #9F9F9F. Windows color (decimal): -13773630 or 12768301. OLE color: 12768301.

HSL color Cylindrical-coordinate representation of color #2DD4C2: hue angle of 173.53º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD4C2 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 194 -
CMYK 0.79 0 0.08 0.17
HSL 173.53º 0.66% 0.5% -
HSV(B) 173.53º 0.79% 0.83% -
XYZ 34.36 51.54 59.18 -
YUV 160.02 147.17 45.96 -
System Red Green Blue C M Y K H S L
Decimal 45 212 194 0.79 0 0.08 0.17 173.53 0.66 0.5
Hex 2D D4 C2 4F 0 8 11 AE 42 32
Octal 55 324 302 117 0 10 21 256 102 62
Binary 101101 11010100 11000010 1001111 0 1000 10001 10101110 1000010 110010

Color Harmonies of #2DD4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD4C2

Black with #2DD4C2

Text Example


Text Example

White with #2DD4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,212,194); }

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

background-color css

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

 a { background-color: rgb(45,212,194); }

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

border-color css

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

 span { border-color: rgb(45,212,194); }

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