Html Css Color HEX #25DEB9 Turquoise

📋 copy color: '#25DEB9'

red 37 ◦ green 222 ◦ blue 185

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

Shades of Turquoise #25DEB9

Tints of Turquoise #25DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 8.33%
G = 50%
B = 41.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#25DEB9 (or 0x25DEB9) is known color: Turquoise. HEX triplet: 25, DE and B9. RGB value is (37,222,185). Sum of RGB (Red+Green+Blue) = 37+222+185=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #25DEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DEB9 is #DA2146. Grayscale: #A2A2A2. Windows color (decimal): -14295367 or 12181029. OLE color: 12181029.

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

Color convert

RGB 37 222 185 -
CMYK 0.83 0 0.17 0.13
HSL 168º 0.74% 0.51% -
HSV(B) 168º 0.83% 0.87% -
XYZ 35.64 56.14 54.86 -
YUV 162.47 140.71 38.51 -
System Red Green Blue C M Y K H S L
Decimal 37 222 185 0.83 0 0.17 0.13 168 0.74 0.51
Hex 25 DE B9 53 0 11 D A8 4A 33
Octal 45 336 271 123 0 21 15 250 112 63
Binary 100101 11011110 10111001 1010011 0 10001 1101 10101000 1001010 110011

Color Harmonies of #25DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DEB9

Black with #25DEB9

Text Example


Text Example

White with #25DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,222,185); }

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

background-color css

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

 a { background-color: rgb(37,222,185); }

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

border-color css

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

 span { border-color: rgb(37,222,185); }

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