Html Css Color HEX #25FEEB Bright Turquoise

📋 copy color: '#25FEEB'

red 37 ◦ green 254 ◦ blue 235

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

Shades of Bright Turquoise #25FEEB

Tints of Bright Turquoise #25FEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 7.03%
G = 48.29%
B = 44.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#25FEEB (or 0x25FEEB) is known color: Bright Turquoise. HEX triplet: 25, FE and EB. RGB value is (37,254,235). Sum of RGB (Red+Green+Blue) = 37+254+235=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEEB is #DA0114. Grayscale: #BABABA. Windows color (decimal): -14287125 or 15466021. OLE color: 15466021.

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

Color convert

RGB 37 254 235 -
CMYK 0.85 0 0.07 0.00
HSL 174.75º 0.99% 0.57% -
HSV(B) 174.75º 0.85% 1% -
XYZ 51.2 77.28 90.81 -
YUV 186.95 155.11 21.04 -
System Red Green Blue C M Y K H S L
Decimal 37 254 235 0.85 0 0.07 0.00 174.75 0.99 0.57
Hex 25 FE EB 55 0 7 0 AF 63 39
Octal 45 376 353 125 0 7 0 257 143 71
Binary 100101 11111110 11101011 1010101 0 111 0 10101111 1100011 111001

Color Harmonies of #25FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEEB

Black with #25FEEB

Text Example


Text Example

White with #25FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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