Html Css Color HEX #25E8EF Bright Turquoise

📋 copy color: '#25E8EF'

red 37 ◦ green 232 ◦ blue 239

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

Shades of Bright Turquoise #25E8EF

Tints of Bright Turquoise #25E8EF

RGB

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

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

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

R = 7.28%
G = 45.67%
B = 47.05%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#25E8EF (or 0x25E8EF) is known color: Bright Turquoise. HEX triplet: 25, E8 and EF. RGB value is (37,232,239). Sum of RGB (Red+Green+Blue) = 37+232+239=508 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.28% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #25E8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E8EF is #DA1710. Grayscale: #AEAEAE. Windows color (decimal): -14292753 or 15722533. OLE color: 15722533.

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

Color convert

RGB 37 232 239 -
CMYK 0.85 0.03 0 0.06
HSL 182.08º 0.86% 0.54% -
HSV(B) 182.08º 0.85% 0.94% -
XYZ 45.2 64.34 91.7 -
YUV 174.49 164.4 29.93 -
System Red Green Blue C M Y K H S L
Decimal 37 232 239 0.85 0.03 0 0.06 182.08 0.86 0.54
Hex 25 E8 EF 55 3 0 6 B6 56 36
Octal 45 350 357 125 3 0 6 266 126 66
Binary 100101 11101000 11101111 1010101 11 0 110 10110110 1010110 110110

Color Harmonies of #25E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8EF

Black with #25E8EF

Text Example


Text Example

White with #25E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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