Html Css Color HEX #25FEBA Turquoise

📋 copy color: '#25FEBA'

red 37 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #25FEBA

Tints of Turquoise #25FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.25%

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

R = 7.76%
G = 53.25%
B = 38.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#25FEBA (or 0x25FEBA) is known color: Turquoise. HEX triplet: 25, FE and BA. RGB value is (37,254,186). Sum of RGB (Red+Green+Blue) = 37+254+186=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEBA is #DA0145. Grayscale: #B5B5B5. Windows color (decimal): -14287174 or 12254757. OLE color: 12254757.

HSL color Cylindrical-coordinate representation of color #25FEBA: hue angle of 161.2º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEBA is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 254 186 -
CMYK 0.85 0 0.27 0.00
HSL 161.2º 0.99% 0.57% -
HSV(B) 161.2º 0.85% 1% -
XYZ 45.07 74.82 58.52 -
YUV 181.37 130.61 25.03 -
System Red Green Blue C M Y K H S L
Decimal 37 254 186 0.85 0 0.27 0.00 161.2 0.99 0.57
Hex 25 FE BA 55 0 1B 0 A1 63 39
Octal 45 376 272 125 0 33 0 241 143 71
Binary 100101 11111110 10111010 1010101 0 11011 0 10100001 1100011 111001

Color Harmonies of #25FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEBA

Black with #25FEBA

Text Example


Text Example

White with #25FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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