Html Css Color HEX #2DCEB9 Medium Turquoise

📋 copy color: '#2DCEB9'

red 45 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #2DCEB9

Tints of Medium Turquoise #2DCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

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

R = 10.32%
G = 47.25%
B = 42.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#2DCEB9 (or 0x2DCEB9) is known color: Medium Turquoise. HEX triplet: 2D, CE and B9. RGB value is (45,206,185). Sum of RGB (Red+Green+Blue) = 45+206+185=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCEB9 is #D23146. Grayscale: #9B9B9B. Windows color (decimal): -13775175 or 12176941. OLE color: 12176941.

HSL color Cylindrical-coordinate representation of color #2DCEB9: hue angle of 172.17º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCEB9 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 185 -
CMYK 0.78 0 0.10 0.19
HSL 172.17º 0.64% 0.49% -
HSV(B) 172.17º 0.78% 0.81% -
XYZ 31.91 48.2 53.52 -
YUV 155.47 144.66 49.21 -
System Red Green Blue C M Y K H S L
Decimal 45 206 185 0.78 0 0.10 0.19 172.17 0.64 0.49
Hex 2D CE B9 4E 0 A 13 AC 40 31
Octal 55 316 271 116 0 12 23 254 100 61
Binary 101101 11001110 10111001 1001110 0 1010 10011 10101100 1000000 110001

Color Harmonies of #2DCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCEB9

Black with #2DCEB9

Text Example


Text Example

White with #2DCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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