#25DCC8

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

Shades of Turquoise #25DCC8

Tints of Turquoise #25DCC8

Color information

#25DCC8 (or 0x25DCC8) is unknown color: approx Turquoise. HEX triplet: 25, DC and C8. RGB value is (37,220,200). Sum of RGB (Red+Green+Blue) = 37+220+200=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCC8 is #DA2337. Grayscale: #A2A2A2. Windows color (decimal): -14295864 or 13163557. OLE color: 13163557.

HSL color Cylindrical-coordinate representation of color #25DCC8: hue angle of 173.44º 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 #25DCC8 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB37220200-
CMYK0.8300.090.14
HSL173.44º72.33%50.39%-
HSV(B)173.44º83.18%86.27%-
XYZ36.7855.7563.47-
YUV163148.8738.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.10%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=8.10%
G=48.14%
B=43.76%

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
Decimal372202000.8300.090.14173.4472.3350.39
Hex25DCC85309Ead4832
Octal453343101230111625511062
Binary10010111011100110010001010011010011110101011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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