Html Css Color HEX #25ECC0 Turquoise

📋 copy color: '#25ECC0'

red 37 ◦ green 236 ◦ blue 192

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

Shades of Turquoise #25ECC0

Tints of Turquoise #25ECC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 7.96%
G = 50.75%
B = 41.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#25ECC0 (or 0x25ECC0) is known color: Turquoise. HEX triplet: 25, EC and C0. RGB value is (37,236,192). Sum of RGB (Red+Green+Blue) = 37+236+192=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECC0 is #DA133F. Grayscale: #ABABAB. Windows color (decimal): -14291776 or 12643365. OLE color: 12643365.

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

Color convert

RGB 37 236 192 -
CMYK 0.84 0 0.19 0.07
HSL 166.73º 0.84% 0.54% -
HSV(B) 166.73º 0.84% 0.93% -
XYZ 40.27 64.19 60.14 -
YUV 171.48 139.57 32.08 -
System Red Green Blue C M Y K H S L
Decimal 37 236 192 0.84 0 0.19 0.07 166.73 0.84 0.54
Hex 25 EC C0 54 0 13 7 A7 54 36
Octal 45 354 300 124 0 23 7 247 124 66
Binary 100101 11101100 11000000 1010100 0 10011 111 10100111 1010100 110110

Color Harmonies of #25ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECC0

Black with #25ECC0

Text Example


Text Example

White with #25ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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