#25DFB7

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

Shades of Turquoise #25DFB7

Tints of Turquoise #25DFB7

Color information

#25DFB7 (or 0x25DFB7) is unknown color: approx Turquoise. HEX triplet: 25, DF and B7. RGB value is (37,223,183). Sum of RGB (Red+Green+Blue) = 37+223+183=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFB7 is #DA2048. Grayscale: #A2A2A2. Windows color (decimal): -14295113 or 12050213. OLE color: 12050213.

HSL color Cylindrical-coordinate representation of color #25DFB7: hue angle of 167.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DFB7 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB37223183-
CMYK0.8300.180.13
HSL167.1º74.4%50.98%-
HSV(B)167.1º83.41%87.45%-
XYZ35.756.5953.84-
YUV162.83139.3838.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.35%
GREEN value IS 223 (87.5% from 255) = 50.34%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=8.35%
G=50.34%
B=41.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal372231830.8300.180.13167.174.450.98
Hex25DFB753012Da74a33
Octal453372671230221524711263
Binary100101110111111011011110100110100101101101001111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,223,183); }

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

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

 a { background-color: rgb(37,223,183); }

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

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

 span { border-color: rgb(37,223,183); }

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