Html Css Color HEX #25FEDF Bright Turquoise

📋 copy color: '#25FEDF'

red 37 ◦ green 254 ◦ blue 223

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

Shades of Bright Turquoise #25FEDF

Tints of Bright Turquoise #25FEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 7.2%
G = 49.42%
B = 43.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#25FEDF (or 0x25FEDF) is known color: Bright Turquoise. HEX triplet: 25, FE and DF. RGB value is (37,254,223). Sum of RGB (Red+Green+Blue) = 37+254+223=514 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.20% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEDF is #DA0120. Grayscale: #B9B9B9. Windows color (decimal): -14287137 or 14679589. OLE color: 14679589.

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

Color convert

RGB 37 254 223 -
CMYK 0.85 0 0.12 0.00
HSL 171.43º 0.99% 0.57% -
HSV(B) 171.43º 0.85% 1% -
XYZ 49.52 76.6 81.99 -
YUV 185.58 149.11 22.02 -
System Red Green Blue C M Y K H S L
Decimal 37 254 223 0.85 0 0.12 0.00 171.43 0.99 0.57
Hex 25 FE DF 55 0 C 0 AB 63 39
Octal 45 376 337 125 0 14 0 253 143 71
Binary 100101 11111110 11011111 1010101 0 1100 0 10101011 1100011 111001

Color Harmonies of #25FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FEDF

Black with #25FEDF

Text Example


Text Example

White with #25FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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