Html Css Color HEX #25FEEF Bright Turquoise

📋 copy color: '#25FEEF'

red 37 ◦ green 254 ◦ blue 239

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

Shades of Bright Turquoise #25FEEF

Tints of Bright Turquoise #25FEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 6.98%
G = 47.92%
B = 45.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#25FEEF (or 0x25FEEF) is known color: Bright Turquoise. HEX triplet: 25, FE and EF. RGB value is (37,254,239). Sum of RGB (Red+Green+Blue) = 37+254+239=530 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.98% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEEF is #DA0110. Grayscale: #BBBBBB. Windows color (decimal): -14287121 or 15728165. OLE color: 15728165.

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

Color convert

RGB 37 254 239 -
CMYK 0.85 0 0.06 0.00
HSL 175.85º 0.99% 0.57% -
HSV(B) 175.85º 0.85% 1% -
XYZ 51.78 77.51 93.89 -
YUV 187.41 157.11 20.72 -
System Red Green Blue C M Y K H S L
Decimal 37 254 239 0.85 0 0.06 0.00 175.85 0.99 0.57
Hex 25 FE EF 55 0 6 0 B0 63 39
Octal 45 376 357 125 0 6 0 260 143 71
Binary 100101 11111110 11101111 1010101 0 110 0 10110000 1100011 111001

Color Harmonies of #25FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEEF

Black with #25FEEF

Text Example


Text Example

White with #25FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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