Html Css Color HEX #25E0BA Turquoise

📋 copy color: '#25E0BA'

red 37 ◦ green 224 ◦ blue 186

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

Shades of Turquoise #25E0BA

Tints of Turquoise #25E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

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

R = 8.28%
G = 50.11%
B = 41.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#25E0BA (or 0x25E0BA) is known color: Turquoise. HEX triplet: 25, E0 and BA. RGB value is (37,224,186). Sum of RGB (Red+Green+Blue) = 37+224+186=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #25E0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E0BA is #DA1F45. Grayscale: #A3A3A3. Windows color (decimal): -14294854 or 12247077. OLE color: 12247077.

HSL color Cylindrical-coordinate representation of color #25E0BA: hue angle of 167.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E0BA is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 224 186 -
CMYK 0.83 0 0.17 0.12
HSL 167.81º 0.75% 0.51% -
HSV(B) 167.81º 0.83% 0.88% -
XYZ 36.28 57.25 55.59 -
YUV 163.76 140.55 37.59 -
System Red Green Blue C M Y K H S L
Decimal 37 224 186 0.83 0 0.17 0.12 167.81 0.75 0.51
Hex 25 E0 BA 53 0 11 C A8 4B 33
Octal 45 340 272 123 0 21 14 250 113 63
Binary 100101 11100000 10111010 1010011 0 10001 1100 10101000 1001011 110011

Color Harmonies of #25E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E0BA

Black with #25E0BA

Text Example


Text Example

White with #25E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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