Html Css Color HEX #25DDD9 Turquoise

📋 copy color: '#25DDD9'

red 37 ◦ green 221 ◦ blue 217

#25DDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #25DDD9

Tints of Turquoise #25DDD9

RGB

 RED value IS 37 (14.84% from 255) = 7.79%

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 7.79%
G = 46.53%
B = 45.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#25DDD9 (or 0x25DDD9) is known color: Turquoise. HEX triplet: 25, DD and D9. RGB value is (37,221,217). Sum of RGB (Red+Green+Blue) = 37+221+217=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDD9 is #DA2226. Grayscale: #A5A5A5. Windows color (decimal): -14295591 or 14277925. OLE color: 14277925.

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

Color convert

RGB 37 221 217 -
CMYK 0.83 0 0.02 0.13
HSL 178.7º 0.73% 0.51% -
HSV(B) 178.7º 0.83% 0.87% -
XYZ 39.14 57.12 74.61 -
YUV 165.53 157.04 36.33 -
System Red Green Blue C M Y K H S L
Decimal 37 221 217 0.83 0 0.02 0.13 178.7 0.73 0.51
Hex 25 DD D9 53 0 2 D B3 49 33
Octal 45 335 331 123 0 2 15 263 111 63
Binary 100101 11011101 11011001 1010011 0 10 1101 10110011 1001001 110011

Color Harmonies of #25DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDD9

Black with #25DDD9

Text Example


Text Example

White with #25DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25DDD9;
 }
 .AnyTagClassName
 {
   color: #25DDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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