Html Css Color HEX #25EABA Turquoise

📋 copy color: '#25EABA'

red 37 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #25EABA

Tints of Turquoise #25EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 8.1%
G = 51.2%
B = 40.7%

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

#25EABA (or 0x25EABA) is known color: Turquoise. HEX triplet: 25, EA and BA. RGB value is (37,234,186). Sum of RGB (Red+Green+Blue) = 37+234+186=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #25EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EABA is #DA1545. Grayscale: #A9A9A9. Windows color (decimal): -14292294 or 12249637. OLE color: 12249637.

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

Color convert

RGB 37 234 186 -
CMYK 0.84 0 0.21 0.08
HSL 165.38º 0.82% 0.53% -
HSV(B) 165.38º 0.84% 0.92% -
XYZ 39.05 62.78 56.51 -
YUV 169.63 137.23 33.4 -
System Red Green Blue C M Y K H S L
Decimal 37 234 186 0.84 0 0.21 0.08 165.38 0.82 0.53
Hex 25 EA BA 54 0 15 8 A5 52 35
Octal 45 352 272 124 0 25 10 245 122 65
Binary 100101 11101010 10111010 1010100 0 10101 1000 10100101 1010010 110101

Color Harmonies of #25EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EABA

Black with #25EABA

Text Example


Text Example

White with #25EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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