Html Css Color HEX #25FFE4 Bright Turquoise

📋 copy color: '#25FFE4'

red 37 ◦ green 255 ◦ blue 228

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

Shades of Bright Turquoise #25FFE4

Tints of Bright Turquoise #25FFE4

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 7.12%
G = 49.04%
B = 43.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#25FFE4 (or 0x25FFE4) is known color: Bright Turquoise. HEX triplet: 25, FF and E4. RGB value is (37,255,228). Sum of RGB (Red+Green+Blue) = 37+255+228=520 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.12% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFE4 is #DA001B. Grayscale: #BABABA. Windows color (decimal): -14286876 or 15007525. OLE color: 15007525.

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

Color convert

RGB 37 255 228 -
CMYK 0.85 0 0.11 0
HSL 172.57º 1% 0.57% -
HSV(B) 172.57º 0.85% 1% -
XYZ 50.53 77.51 85.7 -
YUV 186.74 151.28 21.2 -
System Red Green Blue C M Y K H S L
Decimal 37 255 228 0.85 0 0.11 0 172.57 1 0.57
Hex 25 FF E4 55 0 B 0 AD 64 39
Octal 45 377 344 125 0 13 0 255 144 71
Binary 100101 11111111 11100100 1010101 0 1011 0 10101101 1100100 111001

Color Harmonies of #25FFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FFE4

Black with #25FFE4

Text Example


Text Example

White with #25FFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,255,228); }

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

background-color css

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

 a { background-color: rgb(37,255,228); }

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

border-color css

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

 span { border-color: rgb(37,255,228); }

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