Html Css Color HEX #25EAC0 Turquoise

📋 copy color: '#25EAC0'

red 37 ◦ green 234 ◦ blue 192

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

Shades of Turquoise #25EAC0

Tints of Turquoise #25EAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 7.99%
G = 50.54%
B = 41.47%

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

#25EAC0 (or 0x25EAC0) is known color: Turquoise. HEX triplet: 25, EA and C0. RGB value is (37,234,192). Sum of RGB (Red+Green+Blue) = 37+234+192=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC0 is #DA153F. Grayscale: #AAAAAA. Windows color (decimal): -14292288 or 12642853. OLE color: 12642853.

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

Color convert

RGB 37 234 192 -
CMYK 0.84 0 0.18 0.08
HSL 167.21º 0.82% 0.53% -
HSV(B) 167.21º 0.84% 0.92% -
XYZ 39.7 63.04 59.95 -
YUV 170.31 140.23 32.92 -
System Red Green Blue C M Y K H S L
Decimal 37 234 192 0.84 0 0.18 0.08 167.21 0.82 0.53
Hex 25 EA C0 54 0 12 8 A7 52 35
Octal 45 352 300 124 0 22 10 247 122 65
Binary 100101 11101010 11000000 1010100 0 10010 1000 10100111 1010010 110101

Color Harmonies of #25EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EAC0

Black with #25EAC0

Text Example


Text Example

White with #25EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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