#25DFDD

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

Shades of Bright Turquoise #25DFDD

Tints of Bright Turquoise #25DFDD

Color information

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

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

Color convert

RGB37223221-
CMYK0.8300.010.13
HSL179.35º74.4%50.98%-
HSV(B)179.35º83.41%87.45%-
XYZ40.258.3977.56-
YUV167.16158.3835.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal372232210.8300.010.13179.3574.450.98
Hex25DFDD5301Db34a33
Octal45337335123011526311263
Binary10010111011111110111011010011011101101100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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