Html Css Color HEX #2DCCC9 Medium Turquoise

📋 copy color: '#2DCCC9'

red 45 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #2DCCC9

Tints of Medium Turquoise #2DCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

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

R = 10%
G = 45.33%
B = 44.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#2DCCC9 (or 0x2DCCC9) is known color: Medium Turquoise. HEX triplet: 2D, CC and C9. RGB value is (45,204,201). Sum of RGB (Red+Green+Blue) = 45+204+201=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCCC9 is #D23336. Grayscale: #9B9B9B. Windows color (decimal): -13775671 or 13225005. OLE color: 13225005.

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

Color convert

RGB 45 204 201 -
CMYK 0.78 0 0.01 0.2
HSL 178.87º 0.64% 0.49% -
HSV(B) 178.87º 0.78% 0.8% -
XYZ 33.22 47.96 62.76 -
YUV 156.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 45 204 201 0.78 0 0.01 0.2 178.87 0.64 0.49
Hex 2D CC C9 4E 0 1 14 B3 40 31
Octal 55 314 311 116 0 1 24 263 100 61
Binary 101101 11001100 11001001 1001110 0 1 10100 10110011 1000000 110001

Color Harmonies of #2DCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCCC9

Black with #2DCCC9

Text Example


Text Example

White with #2DCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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