Html Css Color HEX #25E7F7 Bright Turquoise

📋 copy color: '#25E7F7'

red 37 ◦ green 231 ◦ blue 247

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

Shades of Bright Turquoise #25E7F7

Tints of Bright Turquoise #25E7F7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.85%

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 7.18%
G = 44.85%
B = 47.96%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25E7F7 (or 0x25E7F7) is known color: Bright Turquoise. HEX triplet: 25, E7 and F7. RGB value is (37,231,247). Sum of RGB (Red+Green+Blue) = 37+231+247=515 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.18% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #25E7F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E7F7 is #DA1808. Grayscale: #AEAEAE. Windows color (decimal): -14293001 or 16246565. OLE color: 16246565.

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

Color convert

RGB 37 231 247 -
CMYK 0.85 0.06 0 0.03
HSL 184.57º 0.93% 0.56% -
HSV(B) 184.57º 0.85% 0.97% -
XYZ 46.13 64.26 97.97 -
YUV 174.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 37 231 247 0.85 0.06 0 0.03 184.57 0.93 0.56
Hex 25 E7 F7 55 6 0 3 B9 5D 38
Octal 45 347 367 125 6 0 3 271 135 70
Binary 100101 11100111 11110111 1010101 110 0 11 10111001 1011101 111000

Color Harmonies of #25E7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E7F7

Black with #25E7F7

Text Example


Text Example

White with #25E7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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