Html Css Color HEX #25EED9 Bright Turquoise

📋 copy color: '#25EED9'

red 37 ◦ green 238 ◦ blue 217

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

Shades of Bright Turquoise #25EED9

Tints of Bright Turquoise #25EED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 7.52%
G = 48.37%
B = 44.11%

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

#25EED9 (or 0x25EED9) is known color: Bright Turquoise. HEX triplet: 25, EE and D9. RGB value is (37,238,217). Sum of RGB (Red+Green+Blue) = 37+238+217=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #25EED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EED9 is #DA1126. Grayscale: #AFAFAF. Windows color (decimal): -14291239 or 14282277. OLE color: 14282277.

HSL color Cylindrical-coordinate representation of color #25EED9: hue angle of 173.73º 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 #25EED9 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 217 -
CMYK 0.84 0 0.09 0.07
HSL 173.73º 0.86% 0.54% -
HSV(B) 173.73º 0.84% 0.93% -
XYZ 43.86 66.55 76.18 -
YUV 175.51 151.41 29.21 -
System Red Green Blue C M Y K H S L
Decimal 37 238 217 0.84 0 0.09 0.07 173.73 0.86 0.54
Hex 25 EE D9 54 0 9 7 AE 56 36
Octal 45 356 331 124 0 11 7 256 126 66
Binary 100101 11101110 11011001 1010100 0 1001 111 10101110 1010110 110110

Color Harmonies of #25EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EED9

Black with #25EED9

Text Example


Text Example

White with #25EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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