Html Css Color HEX #25EFF8 Bright Turquoise

📋 copy color: '#25EFF8'

red 37 ◦ green 239 ◦ blue 248

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

Shades of Bright Turquoise #25EFF8

Tints of Bright Turquoise #25EFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 7.06%
G = 45.61%
B = 47.33%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#25EFF8 (or 0x25EFF8) is known color: Bright Turquoise. HEX triplet: 25, EF and F8. RGB value is (37,239,248). Sum of RGB (Red+Green+Blue) = 37+239+248=524 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.06% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #25EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFF8 is #DA1007. Grayscale: #B3B3B3. Windows color (decimal): -14290952 or 16314149. OLE color: 16314149.

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

Color convert

RGB 37 239 248 -
CMYK 0.85 0.04 0 0.03
HSL 182.56º 0.94% 0.56% -
HSV(B) 182.56º 0.85% 0.97% -
XYZ 48.57 68.9 99.55 -
YUV 179.63 166.58 26.27 -
System Red Green Blue C M Y K H S L
Decimal 37 239 248 0.85 0.04 0 0.03 182.56 0.94 0.56
Hex 25 EF F8 55 4 0 3 B7 5E 38
Octal 45 357 370 125 4 0 3 267 136 70
Binary 100101 11101111 11111000 1010101 100 0 11 10110111 1011110 111000

Color Harmonies of #25EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFF8

Black with #25EFF8

Text Example


Text Example

White with #25EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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