Html Css Color HEX #2DEBC9 Turquoise

📋 copy color: '#2DEBC9'

red 45 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #2DEBC9

Tints of Turquoise #2DEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 9.36%
G = 48.86%
B = 41.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#2DEBC9 (or 0x2DEBC9) is known color: Turquoise. HEX triplet: 2D, EB and C9. RGB value is (45,235,201). Sum of RGB (Red+Green+Blue) = 45+235+201=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEBC9 is #D21436. Grayscale: #AEAEAE. Windows color (decimal): -13767735 or 13232941. OLE color: 13232941.

HSL color Cylindrical-coordinate representation of color #2DEBC9: hue angle of 169.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEBC9 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 235 201 -
CMYK 0.81 0 0.14 0.08
HSL 169.26º 0.83% 0.55% -
HSV(B) 169.26º 0.81% 0.92% -
XYZ 41.33 64.19 65.47 -
YUV 174.31 143.05 35.76 -
System Red Green Blue C M Y K H S L
Decimal 45 235 201 0.81 0 0.14 0.08 169.26 0.83 0.55
Hex 2D EB C9 51 0 E 8 A9 53 37
Octal 55 353 311 121 0 16 10 251 123 67
Binary 101101 11101011 11001001 1010001 0 1110 1000 10101001 1010011 110111

Color Harmonies of #2DEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEBC9

Black with #2DEBC9

Text Example


Text Example

White with #2DEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,235,201); }

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

background-color css

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

 a { background-color: rgb(45,235,201); }

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

border-color css

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

 span { border-color: rgb(45,235,201); }

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