Html Css Color HEX #25EAB9 Turquoise

📋 copy color: '#25EAB9'

red 37 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #25EAB9

Tints of Turquoise #25EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

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

R = 8.11%
G = 51.32%
B = 40.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#25EAB9 (or 0x25EAB9) is known color: Turquoise. HEX triplet: 25, EA and B9. RGB value is (37,234,185). Sum of RGB (Red+Green+Blue) = 37+234+185=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAB9 is #DA1546. Grayscale: #A9A9A9. Windows color (decimal): -14292295 or 12184101. OLE color: 12184101.

HSL color Cylindrical-coordinate representation of color #25EAB9: hue angle of 165.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EAB9 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 234 185 -
CMYK 0.84 0 0.21 0.08
HSL 165.08º 0.82% 0.53% -
HSV(B) 165.08º 0.84% 0.92% -
XYZ 38.94 62.74 55.96 -
YUV 169.51 136.73 33.48 -
System Red Green Blue C M Y K H S L
Decimal 37 234 185 0.84 0 0.21 0.08 165.08 0.82 0.53
Hex 25 EA B9 54 0 15 8 A5 52 35
Octal 45 352 271 124 0 25 10 245 122 65
Binary 100101 11101010 10111001 1010100 0 10101 1000 10100101 1010010 110101

Color Harmonies of #25EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EAB9

Black with #25EAB9

Text Example


Text Example

White with #25EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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