#25D8C6

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

Shades of Turquoise #25D8C6

Tints of Turquoise #25D8C6

Color information

#25D8C6 (or 0x25D8C6) is unknown color: approx Turquoise. HEX triplet: 25, D8 and C6. RGB value is (37,216,198). Sum of RGB (Red+Green+Blue) = 37+216+198=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8C6 is #DA2739. Grayscale: #A0A0A0. Windows color (decimal): -14296890 or 13031461. OLE color: 13031461.

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

Color convert

RGB37216198-
CMYK0.8300.080.15
HSL173.97º70.75%49.61%-
HSV(B)173.97º82.87%84.71%-
XYZ35.5153.5861.9-
YUV160.43149.239.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.20%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=8.20%
G=47.89%
B=43.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal372161980.8300.080.15173.9770.7549.61
Hex25D8C65308Fae4732
Octal453303061230101725610762
Binary10010111011000110001101010011010001111101011101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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