Html Css Color HEX #25E8BE Turquoise

📋 copy color: '#25E8BE'

red 37 ◦ green 232 ◦ blue 190

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

Shades of Turquoise #25E8BE

Tints of Turquoise #25E8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.54%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 8.06%
G = 50.54%
B = 41.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#25E8BE (or 0x25E8BE) is known color: Turquoise. HEX triplet: 25, E8 and BE. RGB value is (37,232,190). Sum of RGB (Red+Green+Blue) = 37+232+190=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8BE is #DA1741. Grayscale: #A8A8A8. Windows color (decimal): -14292802 or 12511269. OLE color: 12511269.

HSL color Cylindrical-coordinate representation of color #25E8BE: hue angle of 167.08º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E8BE is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 232 190 -
CMYK 0.84 0 0.18 0.09
HSL 167.08º 0.81% 0.53% -
HSV(B) 167.08º 0.84% 0.91% -
XYZ 38.91 61.82 58.6 -
YUV 168.91 139.9 33.92 -
System Red Green Blue C M Y K H S L
Decimal 37 232 190 0.84 0 0.18 0.09 167.08 0.81 0.53
Hex 25 E8 BE 54 0 12 9 A7 51 35
Octal 45 350 276 124 0 22 11 247 121 65
Binary 100101 11101000 10111110 1010100 0 10010 1001 10100111 1010001 110101

Color Harmonies of #25E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8BE

Black with #25E8BE

Text Example


Text Example

White with #25E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,232,190); }

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

background-color css

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

 a { background-color: rgb(37,232,190); }

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

border-color css

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

 span { border-color: rgb(37,232,190); }

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