Html Css Color HEX #25E4EF Bright Turquoise

📋 copy color: '#25E4EF'

red 37 ◦ green 228 ◦ blue 239

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

Shades of Bright Turquoise #25E4EF

Tints of Bright Turquoise #25E4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 7.34%
G = 45.24%
B = 47.42%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#25E4EF (or 0x25E4EF) is known color: Bright Turquoise. HEX triplet: 25, E4 and EF. RGB value is (37,228,239). Sum of RGB (Red+Green+Blue) = 37+228+239=504 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.34% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #25E4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E4EF is #DA1B10. Grayscale: #ABABAB. Windows color (decimal): -14293777 or 15721509. OLE color: 15721509.

HSL color Cylindrical-coordinate representation of color #25E4EF: hue angle of 183.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E4EF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 228 239 -
CMYK 0.85 0.05 0 0.06
HSL 183.27º 0.86% 0.54% -
HSV(B) 183.27º 0.85% 0.94% -
XYZ 44.09 62.11 91.33 -
YUV 172.15 165.72 31.61 -
System Red Green Blue C M Y K H S L
Decimal 37 228 239 0.85 0.05 0 0.06 183.27 0.86 0.54
Hex 25 E4 EF 55 5 0 6 B7 56 36
Octal 45 344 357 125 5 0 6 267 126 66
Binary 100101 11100100 11101111 1010101 101 0 110 10110111 1010110 110110

Color Harmonies of #25E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E4EF

Black with #25E4EF

Text Example


Text Example

White with #25E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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