Html Css Color HEX #25E8D9 Bright Turquoise

📋 copy color: '#25E8D9'

red 37 ◦ green 232 ◦ blue 217

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

Shades of Bright Turquoise #25E8D9

Tints of Bright Turquoise #25E8D9

RGB

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

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

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

R = 7.61%
G = 47.74%
B = 44.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#25E8D9 (or 0x25E8D9) is known color: Bright Turquoise. HEX triplet: 25, E8 and D9. RGB value is (37,232,217). Sum of RGB (Red+Green+Blue) = 37+232+217=486 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.61% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8D9 is #DA1726. Grayscale: #ABABAB. Windows color (decimal): -14292775 or 14280741. OLE color: 14280741.

HSL color Cylindrical-coordinate representation of color #25E8D9: hue angle of 175.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E8D9 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 232 217 -
CMYK 0.84 0 0.06 0.09
HSL 175.38º 0.81% 0.53% -
HSV(B) 175.38º 0.84% 0.91% -
XYZ 42.14 63.12 75.61 -
YUV 171.99 153.4 31.72 -
System Red Green Blue C M Y K H S L
Decimal 37 232 217 0.84 0 0.06 0.09 175.38 0.81 0.53
Hex 25 E8 D9 54 0 6 9 AF 51 35
Octal 45 350 331 124 0 6 11 257 121 65
Binary 100101 11101000 11011001 1010100 0 110 1001 10101111 1010001 110101

Color Harmonies of #25E8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E8D9

Black with #25E8D9

Text Example


Text Example

White with #25E8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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