#25D4DD

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

Shades of Turquoise #25D4DD

Tints of Turquoise #25D4DD

Color information

#25D4DD (or 0x25D4DD) is unknown color: approx Turquoise. HEX triplet: 25, D4 and DD. RGB value is (37,212,221). Sum of RGB (Red+Green+Blue) = 37+212+221=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #25D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D4DD is #DA2B22. Grayscale: #A0A0A0. Windows color (decimal): -14297891 or 14537765. OLE color: 14537765.

HSL color Cylindrical-coordinate representation of color #25D4DD: hue angle of 182.93º degrees, saturation: 0.73, 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 #25D4DD is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37212221-
CMYK0.830.0400.13
HSL182.93º73.02%50.59%-
HSV(B)182.93º83.26%86.67%-
XYZ37.3652.776.61-
YUV160.7162.0239.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.87%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=7.87%
G=45.11%
B=47.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal372122210.830.0400.13182.9373.0250.59
Hex25D4DD5340Db74933
Octal45324335123401526711163
Binary1001011101010011011101101001110001101101101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,212,221); }

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

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

 a { background-color: rgb(37,212,221); }

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

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

 span { border-color: rgb(37,212,221); }

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