Html Css Color HEX #25ECC8 Turquoise

📋 copy color: '#25ECC8'

red 37 ◦ green 236 ◦ blue 200

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

Shades of Turquoise #25ECC8

Tints of Turquoise #25ECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.89%

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 7.82%
G = 49.89%
B = 42.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#25ECC8 (or 0x25ECC8) is known color: Turquoise. HEX triplet: 25, EC and C8. RGB value is (37,236,200). Sum of RGB (Red+Green+Blue) = 37+236+200=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECC8 is #DA1337. Grayscale: #ACACAC. Windows color (decimal): -14291768 or 13167653. OLE color: 13167653.

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

Color convert

RGB 37 236 200 -
CMYK 0.84 0 0.15 0.07
HSL 169.15º 0.84% 0.54% -
HSV(B) 169.15º 0.84% 0.93% -
XYZ 41.18 64.55 64.93 -
YUV 172.4 143.57 31.43 -
System Red Green Blue C M Y K H S L
Decimal 37 236 200 0.84 0 0.15 0.07 169.15 0.84 0.54
Hex 25 EC C8 54 0 F 7 A9 54 36
Octal 45 354 310 124 0 17 7 251 124 66
Binary 100101 11101100 11001000 1010100 0 1111 111 10101001 1010100 110110

Color Harmonies of #25ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECC8

Black with #25ECC8

Text Example


Text Example

White with #25ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,236,200); }

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

background-color css

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

 a { background-color: rgb(37,236,200); }

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

border-color css

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

 span { border-color: rgb(37,236,200); }

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