#25DDDF

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

Shades of Bright Turquoise #25DDDF

Tints of Bright Turquoise #25DDDF

Color information

#25DDDF (or 0x25DDDF) is unknown color: approx Bright Turquoise. HEX triplet: 25, DD and DF. RGB value is (37,221,223). Sum of RGB (Red+Green+Blue) = 37+221+223=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #25DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDDF is #DA2220. Grayscale: #A6A6A6. Windows color (decimal): -14295585 or 14671141. OLE color: 14671141.

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

Color convert

RGB37221223-
CMYK0.830.0100.13
HSL180.65º74.4%50.98%-
HSV(B)180.65º83.41%87.45%-
XYZ39.9457.4378.79-
YUV166.21160.0435.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.69%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=7.69%
G=45.95%
B=46.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal372212230.830.0100.13180.6574.450.98
Hex25DDDF5310Db54a33
Octal45335337123101526511263
Binary10010111011101110111111010011101101101101011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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