Html Css Color HEX #25FED6 Bright Turquoise

📋 copy color: '#25FED6'

red 37 ◦ green 254 ◦ blue 214

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

Shades of Bright Turquoise #25FED6

Tints of Bright Turquoise #25FED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.38%

R = 7.33%
G = 50.3%
B = 42.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#25FED6 (or 0x25FED6) is known color: Bright Turquoise. HEX triplet: 25, FE and D6. RGB value is (37,254,214). Sum of RGB (Red+Green+Blue) = 37+254+214=505 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.33% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #25FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FED6 is #DA0129. Grayscale: #B8B8B8. Windows color (decimal): -14287146 or 14089765. OLE color: 14089765.

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

Color convert

RGB 37 254 214 -
CMYK 0.85 0 0.16 0.00
HSL 168.94º 0.99% 0.57% -
HSV(B) 168.94º 0.85% 1% -
XYZ 48.34 76.13 75.77 -
YUV 184.56 144.61 22.75 -
System Red Green Blue C M Y K H S L
Decimal 37 254 214 0.85 0 0.16 0.00 168.94 0.99 0.57
Hex 25 FE D6 55 0 10 0 A9 63 39
Octal 45 376 326 125 0 20 0 251 143 71
Binary 100101 11111110 11010110 1010101 0 10000 0 10101001 1100011 111001

Color Harmonies of #25FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FED6

Black with #25FED6

Text Example


Text Example

White with #25FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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