#25D3D6

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

Shades of Turquoise #25D3D6

Tints of Turquoise #25D3D6

Color information

#25D3D6 (or 0x25D3D6) is unknown color: approx Turquoise. HEX triplet: 25, D3 and D6. RGB value is (37,211,214). Sum of RGB (Red+Green+Blue) = 37+211+214=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #25D3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3D6 is #DA2C29. Grayscale: #9F9F9F. Windows color (decimal): -14298154 or 14078757. OLE color: 14078757.

HSL color Cylindrical-coordinate representation of color #25D3D6: hue angle of 181.02º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D3D6 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB37211214-
CMYK0.830.0100.16
HSL181.02º70.52%49.22%-
HSV(B)181.02º82.71%83.92%-
XYZ36.1951.8471.72-
YUV159.32158.8540.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.01%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=8.01%
G=45.67%
B=46.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal372112140.830.0100.16181.0270.5249.22
Hex25D3D6531010b54731
Octal45323326123102026510761
Binary100101110100111101011010100111010000101101011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,211,214); }

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

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

 a { background-color: rgb(37,211,214); }

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

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

 span { border-color: rgb(37,211,214); }

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