Html Css Color HEX #25FFE6 Bright Turquoise

📋 copy color: '#25FFE6'

red 37 ◦ green 255 ◦ blue 230

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

Shades of Bright Turquoise #25FFE6

Tints of Bright Turquoise #25FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 7.09%
G = 48.85%
B = 44.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#25FFE6 (or 0x25FFE6) is known color: Bright Turquoise. HEX triplet: 25, FF and E6. RGB value is (37,255,230). Sum of RGB (Red+Green+Blue) = 37+255+230=522 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.09% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFE6 is #DA0019. Grayscale: #BABABA. Windows color (decimal): -14286874 or 15138597. OLE color: 15138597.

HSL color Cylindrical-coordinate representation of color #25FFE6: hue angle of 173.12º 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 #25FFE6 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 37 255 230 -
CMYK 0.85 0 0.10 0
HSL 173.12º 1% 0.57% -
HSV(B) 173.12º 0.85% 1% -
XYZ 50.81 77.63 87.17 -
YUV 186.97 152.28 21.03 -
System Red Green Blue C M Y K H S L
Decimal 37 255 230 0.85 0 0.10 0 173.12 1 0.57
Hex 25 FF E6 55 0 A 0 AD 64 39
Octal 45 377 346 125 0 12 0 255 144 71
Binary 100101 11111111 11100110 1010101 0 1010 0 10101101 1100100 111001

Color Harmonies of #25FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FFE6

Black with #25FFE6

Text Example


Text Example

White with #25FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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