Html Css Color HEX #25F7E5 Bright Turquoise

📋 copy color: '#25F7E5'

red 37 ◦ green 247 ◦ blue 229

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

Shades of Bright Turquoise #25F7E5

Tints of Bright Turquoise #25F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 7.21%
G = 48.15%
B = 44.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#25F7E5 (or 0x25F7E5) is known color: Bright Turquoise. HEX triplet: 25, F7 and E5. RGB value is (37,247,229). Sum of RGB (Red+Green+Blue) = 37+247+229=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7E5 is #DA081A. Grayscale: #B6B6B6. Windows color (decimal): -14288923 or 15071013. OLE color: 15071013.

HSL color Cylindrical-coordinate representation of color #25F7E5: hue angle of 174.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7E5 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 247 229 -
CMYK 0.85 0 0.07 0.03
HSL 174.86º 0.93% 0.56% -
HSV(B) 174.86º 0.85% 0.97% -
XYZ 48.17 72.57 85.6 -
YUV 182.16 154.43 24.46 -
System Red Green Blue C M Y K H S L
Decimal 37 247 229 0.85 0 0.07 0.03 174.86 0.93 0.56
Hex 25 F7 E5 55 0 7 3 AF 5D 38
Octal 45 367 345 125 0 7 3 257 135 70
Binary 100101 11110111 11100101 1010101 0 111 11 10101111 1011101 111000

Color Harmonies of #25F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F7E5

Black with #25F7E5

Text Example


Text Example

White with #25F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,247,229); }

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

background-color css

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

 a { background-color: rgb(37,247,229); }

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

border-color css

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

 span { border-color: rgb(37,247,229); }

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