Html Css Color HEX #25EFF7 Bright Turquoise

📋 copy color: '#25EFF7'

red 37 ◦ green 239 ◦ blue 247

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

Shades of Bright Turquoise #25EFF7

Tints of Bright Turquoise #25EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

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

R = 7.07%
G = 45.7%
B = 47.23%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25EFF7 (or 0x25EFF7) is known color: Bright Turquoise. HEX triplet: 25, EF and F7. RGB value is (37,239,247). Sum of RGB (Red+Green+Blue) = 37+239+247=523 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.07% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #25EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFF7 is #DA1008. Grayscale: #B3B3B3. Windows color (decimal): -14290953 or 16248613. OLE color: 16248613.

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

Color convert

RGB 37 239 247 -
CMYK 0.85 0.03 0 0.03
HSL 182.29º 0.93% 0.56% -
HSV(B) 182.29º 0.85% 0.97% -
XYZ 48.42 68.84 98.73 -
YUV 179.51 166.08 26.35 -
System Red Green Blue C M Y K H S L
Decimal 37 239 247 0.85 0.03 0 0.03 182.29 0.93 0.56
Hex 25 EF F7 55 3 0 3 B6 5D 38
Octal 45 357 367 125 3 0 3 266 135 70
Binary 100101 11101111 11110111 1010101 11 0 11 10110110 1011101 111000

Color Harmonies of #25EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFF7

Black with #25EFF7

Text Example


Text Example

White with #25EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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