#25CED3

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

Shades of Turquoise #25CED3

Tints of Turquoise #25CED3

Color information

#25CED3 (or 0x25CED3) is unknown color: approx Turquoise. HEX triplet: 25, CE and D3. RGB value is (37,206,211). Sum of RGB (Red+Green+Blue) = 37+206+211=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #25CED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CED3 is #DA312C. Grayscale: #9B9B9B. Windows color (decimal): -14299437 or 13880869. OLE color: 13880869.

HSL color Cylindrical-coordinate representation of color #25CED3: hue angle of 181.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CED3 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB37206211-
CMYK0.820.0200.17
HSL181.72º70.16%48.63%-
HSV(B)181.72º82.46%82.75%-
XYZ34.5949.2469.31-
YUV156.04159.0143.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.15%
GREEN value IS 206 (80.86% from 255) = 45.37%
BLUE value IS 211 (82.81% from 255) = 46.48%
R=8.15%
G=45.37%
B=46.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal372062110.820.0200.17181.7270.1648.63
Hex25CED3522011b64631
Octal45316323122202126610661
Binary1001011100111011010011101001010010001101101101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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