#25F7D0

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

Shades of Turquoise #25F7D0

Tints of Turquoise #25F7D0

Color information

#25F7D0 (or 0x25F7D0) is unknown color: approx Turquoise. HEX triplet: 25, F7 and D0. RGB value is (37,247,208). Sum of RGB (Red+Green+Blue) = 37+247+208=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7D0 is #DA082F. Grayscale: #B3B3B3. Windows color (decimal): -14288944 or 13694757. OLE color: 13694757.

HSL color Cylindrical-coordinate representation of color #25F7D0: hue angle of 168.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7D0 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB37247208-
CMYK0.8500.160.03
HSL168.86º92.92%55.69%-
HSV(B)168.86º85.02%96.86%-
XYZ45.4171.4771.08-
YUV179.76143.9326.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.52%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=7.52%
G=50.20%
B=42.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372472080.8500.160.03168.8692.9255.69
Hex25F7D0550103a95d38
Octal45367320125020325113570
Binary1001011111011111010000101010101000011101010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,247,208); }

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

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

 a { background-color: rgb(37,247,208); }

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

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

 span { border-color: rgb(37,247,208); }

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