Html Css Color HEX #25FEEA Bright Turquoise

📋 copy color: '#25FEEA'

red 37 ◦ green 254 ◦ blue 234

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

Shades of Bright Turquoise #25FEEA

Tints of Bright Turquoise #25FEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 7.05%
G = 48.38%
B = 44.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#25FEEA (or 0x25FEEA) is known color: Bright Turquoise. HEX triplet: 25, FE and EA. RGB value is (37,254,234). Sum of RGB (Red+Green+Blue) = 37+254+234=525 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.05% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEEA is #DA0115. Grayscale: #BABABA. Windows color (decimal): -14287126 or 15400485. OLE color: 15400485.

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

Color convert

RGB 37 254 234 -
CMYK 0.85 0 0.08 0.00
HSL 174.47º 0.99% 0.57% -
HSV(B) 174.47º 0.85% 1% -
XYZ 51.06 77.22 90.06 -
YUV 186.84 154.61 21.13 -
System Red Green Blue C M Y K H S L
Decimal 37 254 234 0.85 0 0.08 0.00 174.47 0.99 0.57
Hex 25 FE EA 55 0 8 0 AE 63 39
Octal 45 376 352 125 0 10 0 256 143 71
Binary 100101 11111110 11101010 1010101 0 1000 0 10101110 1100011 111001

Color Harmonies of #25FEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEEA

Black with #25FEEA

Text Example


Text Example

White with #25FEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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