Html Css Color HEX #25F1E0 Bright Turquoise

📋 copy color: '#25F1E0'

red 37 ◦ green 241 ◦ blue 224

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

Shades of Bright Turquoise #25F1E0

Tints of Bright Turquoise #25F1E0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 7.37%
G = 48.01%
B = 44.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#25F1E0 (or 0x25F1E0) is known color: Bright Turquoise. HEX triplet: 25, F1 and E0. RGB value is (37,241,224). Sum of RGB (Red+Green+Blue) = 37+241+224=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1E0 is #DA0E1F. Grayscale: #B1B1B1. Windows color (decimal): -14290464 or 14741797. OLE color: 14741797.

HSL color Cylindrical-coordinate representation of color #25F1E0: hue angle of 175º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1E0 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 241 224 -
CMYK 0.85 0 0.07 0.05
HSL 175º 0.88% 0.55% -
HSV(B) 175º 0.85% 0.95% -
XYZ 45.67 68.69 81.37 -
YUV 178.07 153.91 27.38 -
System Red Green Blue C M Y K H S L
Decimal 37 241 224 0.85 0 0.07 0.05 175 0.88 0.55
Hex 25 F1 E0 55 0 7 5 AF 58 37
Octal 45 361 340 125 0 7 5 257 130 67
Binary 100101 11110001 11100000 1010101 0 111 101 10101111 1011000 110111

Color Harmonies of #25F1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F1E0

Black with #25F1E0

Text Example


Text Example

White with #25F1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,241,224); }

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

background-color css

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

 a { background-color: rgb(37,241,224); }

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

border-color css

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

 span { border-color: rgb(37,241,224); }

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