#25D1C3

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

Shades of Turquoise #25D1C3

Tints of Turquoise #25D1C3

Color information

#25D1C3 (or 0x25D1C3) is unknown color: approx Turquoise. HEX triplet: 25, D1 and C3. RGB value is (37,209,195). Sum of RGB (Red+Green+Blue) = 37+209+195=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #25D1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D1C3 is #DA2E3C. Grayscale: #9B9B9B. Windows color (decimal): -14298685 or 12833061. OLE color: 12833061.

HSL color Cylindrical-coordinate representation of color #25D1C3: hue angle of 175.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D1C3 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB37209195-
CMYK0.8200.070.18
HSL175.12º69.92%48.24%-
HSV(B)175.12º82.3%81.96%-
XYZ33.4149.9359.51-
YUV155.98150.0243.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.39%
GREEN value IS 209 (82.03% from 255) = 47.39%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=8.39%
G=47.39%
B=44.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal372091950.8200.070.18175.1269.9248.24
Hex25D1C3520712af4630
Octal45321303122072225710660
Binary10010111010001110000111010010011110010101011111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,209,195); }

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

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

 a { background-color: rgb(37,209,195); }

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

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

 span { border-color: rgb(37,209,195); }

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