Html Css Color HEX #25E4FF Bright Turquoise

📋 copy color: '#25E4FF'

red 37 ◦ green 228 ◦ blue 255

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

Shades of Bright Turquoise #25E4FF

Tints of Bright Turquoise #25E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.85%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 7.12%
G = 43.85%
B = 49.04%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#25E4FF (or 0x25E4FF) is known color: Bright Turquoise. HEX triplet: 25, E4 and FF. RGB value is (37,228,255). Sum of RGB (Red+Green+Blue) = 37+228+255=520 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.12% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #25E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E4FF is #DA1B00. Grayscale: #ADADAD. Windows color (decimal): -14293761 or 16770085. OLE color: 16770085.

HSL color Cylindrical-coordinate representation of color #25E4FF: hue angle of 187.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E4FF is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 228 255 -
CMYK 0.85 0.11 0 0
HSL 187.43º 1% 0.57% -
HSV(B) 187.43º 0.85% 1% -
XYZ 46.56 63.1 104.33 -
YUV 173.97 173.72 30.3 -
System Red Green Blue C M Y K H S L
Decimal 37 228 255 0.85 0.11 0 0 187.43 1 0.57
Hex 25 E4 FF 55 B 0 0 BB 64 39
Octal 45 344 377 125 13 0 0 273 144 71
Binary 100101 11100100 11111111 1010101 1011 0 0 10111011 1100100 111001

Color Harmonies of #25E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E4FF

Black with #25E4FF

Text Example


Text Example

White with #25E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,228,255); }

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

background-color css

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

 a { background-color: rgb(37,228,255); }

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

border-color css

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

 span { border-color: rgb(37,228,255); }

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