Html Css Color HEX #25DAB9 Turquoise

📋 copy color: '#25DAB9'

red 37 ◦ green 218 ◦ blue 185

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

Shades of Turquoise #25DAB9

Tints of Turquoise #25DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

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

R = 8.41%
G = 49.55%
B = 42.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#25DAB9 (or 0x25DAB9) is known color: Turquoise. HEX triplet: 25, DA and B9. RGB value is (37,218,185). Sum of RGB (Red+Green+Blue) = 37+218+185=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #25DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DAB9 is #DA2546. Grayscale: #A0A0A0. Windows color (decimal): -14296391 or 12180005. OLE color: 12180005.

HSL color Cylindrical-coordinate representation of color #25DAB9: hue angle of 169.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DAB9 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 218 185 -
CMYK 0.83 0 0.15 0.15
HSL 169.06º 0.71% 0.5% -
HSV(B) 169.06º 0.83% 0.85% -
XYZ 34.59 54.04 54.51 -
YUV 160.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 37 218 185 0.83 0 0.15 0.15 169.06 0.71 0.5
Hex 25 DA B9 53 0 F F A9 47 32
Octal 45 332 271 123 0 17 17 251 107 62
Binary 100101 11011010 10111001 1010011 0 1111 1111 10101001 1000111 110010

Color Harmonies of #25DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAB9

Black with #25DAB9

Text Example


Text Example

White with #25DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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