Html Css Color HEX #2DDEB9 Turquoise

📋 copy color: '#2DDEB9'

red 45 ◦ green 222 ◦ blue 185

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

Shades of Turquoise #2DDEB9

Tints of Turquoise #2DDEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

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

R = 9.96%
G = 49.12%
B = 40.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#2DDEB9 (or 0x2DDEB9) is known color: Turquoise. HEX triplet: 2D, DE and B9. RGB value is (45,222,185). Sum of RGB (Red+Green+Blue) = 45+222+185=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDEB9 is #D22146. Grayscale: #A4A4A4. Windows color (decimal): -13771079 or 12181037. OLE color: 12181037.

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

Color convert

RGB 45 222 185 -
CMYK 0.80 0 0.17 0.13
HSL 167.46º 0.73% 0.52% -
HSV(B) 167.46º 0.8% 0.87% -
XYZ 35.96 56.3 54.87 -
YUV 164.86 139.36 42.51 -
System Red Green Blue C M Y K H S L
Decimal 45 222 185 0.80 0 0.17 0.13 167.46 0.73 0.52
Hex 2D DE B9 50 0 11 D A7 49 34
Octal 55 336 271 120 0 21 15 247 111 64
Binary 101101 11011110 10111001 1010000 0 10001 1101 10100111 1001001 110100

Color Harmonies of #2DDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDEB9

Black with #2DDEB9

Text Example


Text Example

White with #2DDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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