#25D8C5

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

Shades of Turquoise #25D8C5

Tints of Turquoise #25D8C5

Color information

#25D8C5 (or 0x25D8C5) is unknown color: approx Turquoise. HEX triplet: 25, D8 and C5. RGB value is (37,216,197). Sum of RGB (Red+Green+Blue) = 37+216+197=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8C5 is #DA273A. Grayscale: #A0A0A0. Windows color (decimal): -14296891 or 12965925. OLE color: 12965925.

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

Color convert

RGB37216197-
CMYK0.8300.090.15
HSL173.63º70.75%49.61%-
HSV(B)173.63º82.87%84.71%-
XYZ35.453.5461.29-
YUV160.31148.740.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.22%
GREEN value IS 216 (84.77% from 255) = 48%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=8.22%
G=48%
B=43.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal372161970.8300.090.15173.6370.7549.61
Hex25D8C55309Fae4732
Octal453303051230111725610762
Binary10010111011000110001011010011010011111101011101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,216,197); }

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

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

 a { background-color: rgb(37,216,197); }

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

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

 span { border-color: rgb(37,216,197); }

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