Html Css Color HEX #25E6F5 Bright Turquoise

📋 copy color: '#25E6F5'

red 37 ◦ green 230 ◦ blue 245

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

Shades of Bright Turquoise #25E6F5

Tints of Bright Turquoise #25E6F5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 7.23%
G = 44.92%
B = 47.85%

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

#25E6F5 (or 0x25E6F5) is known color: Bright Turquoise. HEX triplet: 25, E6 and F5. RGB value is (37,230,245). Sum of RGB (Red+Green+Blue) = 37+230+245=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #25E6F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E6F5 is #DA190A. Grayscale: #ADADAD. Windows color (decimal): -14293259 or 16115237. OLE color: 16115237.

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

Color convert

RGB 37 230 245 -
CMYK 0.85 0.06 0 0.04
HSL 184.33º 0.91% 0.55% -
HSV(B) 184.33º 0.85% 0.96% -
XYZ 45.54 63.58 96.26 -
YUV 174 168.06 30.28 -
System Red Green Blue C M Y K H S L
Decimal 37 230 245 0.85 0.06 0 0.04 184.33 0.91 0.55
Hex 25 E6 F5 55 6 0 4 B8 5B 37
Octal 45 346 365 125 6 0 4 270 133 67
Binary 100101 11100110 11110101 1010101 110 0 100 10111000 1011011 110111

Color Harmonies of #25E6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E6F5

Black with #25E6F5

Text Example


Text Example

White with #25E6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,230,245); }

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

background-color css

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

 a { background-color: rgb(37,230,245); }

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

border-color css

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

 span { border-color: rgb(37,230,245); }

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