#25DCC9

Color #25DCC9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #25DCC9

Tints of Turquoise #25DCC9

Color information

#25DCC9 (or 0x25DCC9) is unknown color: approx Turquoise. HEX triplet: 25, DC and C9. RGB value is (37,220,201). Sum of RGB (Red+Green+Blue) = 37+220+201=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCC9 is #DA2336. Grayscale: #A3A3A3. Windows color (decimal): -14295863 or 13229093. OLE color: 13229093.

HSL color Cylindrical-coordinate representation of color #25DCC9: hue angle of 173.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCC9 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB37220201-
CMYK0.8300.090.14
HSL173.77º72.33%50.39%-
HSV(B)173.77º83.18%86.27%-
XYZ36.955.864.08-
YUV163.12149.3738.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.08%
GREEN value IS 220 (86.33% from 255) = 48.03%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=8.08%
G=48.03%
B=43.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372202010.8300.090.14173.7772.3350.39
Hex25DCC95309Eae4832
Octal453343111230111625611062
Binary10010111011100110010011010011010011110101011101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DCC9; }

 p { color: rgb(37,220,201); }

 H1.HeaderClassName
 {
   color: #25DCC9;
 }
 .AnyTagClassName
 {
   color: #25DCC9;
 }
</style>
background-color css

<style>
 a { background-color: #25DCC9; }

 a { background-color: rgb(37,220,201); }

 div.DivClassName
 {
   background-color: #25DCC9;
 }
 .BgClassName
 {
   background-color: #25DCC9;
 }
</style>
border-color css

<style>
 span { border-color: #25DCC9; }

 span { border-color: rgb(37,220,201); }

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