Html Css Color HEX #25E1C7 Turquoise

📋 copy color: '#25E1C7'

red 37 ◦ green 225 ◦ blue 199

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

Shades of Turquoise #25E1C7

Tints of Turquoise #25E1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 8.03%
G = 48.81%
B = 43.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#25E1C7 (or 0x25E1C7) is known color: Turquoise. HEX triplet: 25, E1 and C7. RGB value is (37,225,199). Sum of RGB (Red+Green+Blue) = 37+225+199=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1C7 is #DA1E38. Grayscale: #A5A5A5. Windows color (decimal): -14294585 or 13099301. OLE color: 13099301.

HSL color Cylindrical-coordinate representation of color #25E1C7: hue angle of 171.7º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E1C7 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 199 -
CMYK 0.84 0 0.12 0.12
HSL 171.7º 0.76% 0.51% -
HSV(B) 171.7º 0.84% 0.88% -
XYZ 38 58.37 63.3 -
YUV 165.82 146.72 36.11 -
System Red Green Blue C M Y K H S L
Decimal 37 225 199 0.84 0 0.12 0.12 171.7 0.76 0.51
Hex 25 E1 C7 54 0 C C AC 4C 33
Octal 45 341 307 124 0 14 14 254 114 63
Binary 100101 11100001 11000111 1010100 0 1100 1100 10101100 1001100 110011

Color Harmonies of #25E1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E1C7

Black with #25E1C7

Text Example


Text Example

White with #25E1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,225,199); }

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

background-color css

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

 a { background-color: rgb(37,225,199); }

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

border-color css

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

 span { border-color: rgb(37,225,199); }

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