Html Css Color HEX #25EABF Turquoise

📋 copy color: '#25EABF'

red 37 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #25EABF

Tints of Turquoise #25EABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 8.01%
G = 50.65%
B = 41.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#25EABF (or 0x25EABF) is known color: Turquoise. HEX triplet: 25, EA and BF. RGB value is (37,234,191). Sum of RGB (Red+Green+Blue) = 37+234+191=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #25EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EABF is #DA1540. Grayscale: #AAAAAA. Windows color (decimal): -14292289 or 12577317. OLE color: 12577317.

HSL color Cylindrical-coordinate representation of color #25EABF: hue angle of 166.9º 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 #25EABF is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 234 191 -
CMYK 0.84 0 0.18 0.08
HSL 166.9º 0.82% 0.53% -
HSV(B) 166.9º 0.84% 0.92% -
XYZ 39.59 63 59.36 -
YUV 170.2 139.73 33 -
System Red Green Blue C M Y K H S L
Decimal 37 234 191 0.84 0 0.18 0.08 166.9 0.82 0.53
Hex 25 EA BF 54 0 12 8 A7 52 35
Octal 45 352 277 124 0 22 10 247 122 65
Binary 100101 11101010 10111111 1010100 0 10010 1000 10100111 1010010 110101

Color Harmonies of #25EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EABF

Black with #25EABF

Text Example


Text Example

White with #25EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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