#25DDD4

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

Shades of Turquoise #25DDD4

Tints of Turquoise #25DDD4

Color information

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

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

Color convert

RGB37221212-
CMYK0.8300.040.13
HSL177.07º73.02%50.59%-
HSV(B)177.07º83.26%86.67%-
XYZ38.556.8671.23-
YUV164.96154.5436.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal372212120.8300.040.13177.0773.0250.59
Hex25DDD45304Db14933
Octal45335324123041526111163
Binary1001011101110111010100101001101001101101100011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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