Html Css Color HEX #2DDDB9 Turquoise

📋 copy color: '#2DDDB9'

red 45 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #2DDDB9

Tints of Turquoise #2DDDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 9.98%
G = 49%
B = 41.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#2DDDB9 (or 0x2DDDB9) is known color: Turquoise. HEX triplet: 2D, DD and B9. RGB value is (45,221,185). Sum of RGB (Red+Green+Blue) = 45+221+185=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDDB9 is #D22246. Grayscale: #A4A4A4. Windows color (decimal): -13771335 or 12180781. OLE color: 12180781.

HSL color Cylindrical-coordinate representation of color #2DDDB9: hue angle of 167.73º 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 #2DDDB9 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 185 -
CMYK 0.80 0 0.16 0.13
HSL 167.73º 0.72% 0.52% -
HSV(B) 167.73º 0.8% 0.87% -
XYZ 35.7 55.77 54.78 -
YUV 164.27 139.69 42.93 -
System Red Green Blue C M Y K H S L
Decimal 45 221 185 0.80 0 0.16 0.13 167.73 0.72 0.52
Hex 2D DD B9 50 0 10 D A8 48 34
Octal 55 335 271 120 0 20 15 250 110 64
Binary 101101 11011101 10111001 1010000 0 10000 1101 10101000 1001000 110100

Color Harmonies of #2DDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDDB9

Black with #2DDDB9

Text Example


Text Example

White with #2DDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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