Html Css Color HEX #25EED8 Bright Turquoise

📋 copy color: '#25EED8'

red 37 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #25EED8

Tints of Bright Turquoise #25EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 7.54%
G = 48.47%
B = 43.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#25EED8 (or 0x25EED8) is known color: Bright Turquoise. HEX triplet: 25, EE and D8. RGB value is (37,238,216). Sum of RGB (Red+Green+Blue) = 37+238+216=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #25EED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EED8 is #DA1127. Grayscale: #AFAFAF. Windows color (decimal): -14291240 or 14216741. OLE color: 14216741.

HSL color Cylindrical-coordinate representation of color #25EED8: hue angle of 173.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EED8 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 216 -
CMYK 0.84 0 0.09 0.07
HSL 173.43º 0.86% 0.54% -
HSV(B) 173.43º 0.84% 0.93% -
XYZ 43.73 66.5 75.5 -
YUV 175.39 150.91 29.29 -
System Red Green Blue C M Y K H S L
Decimal 37 238 216 0.84 0 0.09 0.07 173.43 0.86 0.54
Hex 25 EE D8 54 0 9 7 AD 56 36
Octal 45 356 330 124 0 11 7 255 126 66
Binary 100101 11101110 11011000 1010100 0 1001 111 10101101 1010110 110110

Color Harmonies of #25EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EED8

Black with #25EED8

Text Example


Text Example

White with #25EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,238,216); }

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

background-color css

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

 a { background-color: rgb(37,238,216); }

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

border-color css

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

 span { border-color: rgb(37,238,216); }

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