#25D8CA

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

Shades of Turquoise #25D8CA

Tints of Turquoise #25D8CA

Color information

#25D8CA (or 0x25D8CA) is unknown color: approx Turquoise. HEX triplet: 25, D8 and CA. RGB value is (37,216,202). Sum of RGB (Red+Green+Blue) = 37+216+202=455 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.13% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8CA is #DA2735. Grayscale: #A0A0A0. Windows color (decimal): -14296886 or 13293605. OLE color: 13293605.

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

Color convert

RGB37216202-
CMYK0.8300.060.15
HSL175.31º70.75%49.61%-
HSV(B)175.31º82.87%84.71%-
XYZ35.9853.7764.36-
YUV160.88151.239.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.13%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=8.13%
G=47.47%
B=44.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal372162020.8300.060.15175.3170.7549.61
Hex25D8CA5306Faf4732
Octal45330312123061725710762
Binary1001011101100011001010101001101101111101011111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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