Html Css Color HEX #25E8F6 Bright Turquoise

📋 copy color: '#25E8F6'

red 37 ◦ green 232 ◦ blue 246

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

Shades of Bright Turquoise #25E8F6

Tints of Bright Turquoise #25E8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.05%

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 7.18%
G = 45.05%
B = 47.77%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#25E8F6 (or 0x25E8F6) is known color: Bright Turquoise. HEX triplet: 25, E8 and F6. RGB value is (37,232,246). Sum of RGB (Red+Green+Blue) = 37+232+246=515 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.18% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #25E8F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E8F6 is #DA1709. Grayscale: #AFAFAF. Windows color (decimal): -14292746 or 16181285. OLE color: 16181285.

HSL color Cylindrical-coordinate representation of color #25E8F6: hue angle of 184.02º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E8F6 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 232 246 -
CMYK 0.85 0.06 0 0.04
HSL 184.02º 0.92% 0.55% -
HSV(B) 184.02º 0.85% 0.96% -
XYZ 46.25 64.76 97.25 -
YUV 175.29 167.9 29.36 -
System Red Green Blue C M Y K H S L
Decimal 37 232 246 0.85 0.06 0 0.04 184.02 0.92 0.55
Hex 25 E8 F6 55 6 0 4 B8 5C 37
Octal 45 350 366 125 6 0 4 270 134 67
Binary 100101 11101000 11110110 1010101 110 0 100 10111000 1011100 110111

Color Harmonies of #25E8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8F6

Black with #25E8F6

Text Example


Text Example

White with #25E8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,232,246); }

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

background-color css

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

 a { background-color: rgb(37,232,246); }

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

border-color css

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

 span { border-color: rgb(37,232,246); }

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