Html Css Color HEX #25ECC3 Turquoise

📋 copy color: '#25ECC3'

red 37 ◦ green 236 ◦ blue 195

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

Shades of Turquoise #25ECC3

Tints of Turquoise #25ECC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 7.91%
G = 50.43%
B = 41.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#25ECC3 (or 0x25ECC3) is known color: Turquoise. HEX triplet: 25, EC and C3. RGB value is (37,236,195). Sum of RGB (Red+Green+Blue) = 37+236+195=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECC3 is #DA133C. Grayscale: #ABABAB. Windows color (decimal): -14291773 or 12839973. OLE color: 12839973.

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

Color convert

RGB 37 236 195 -
CMYK 0.84 0 0.17 0.07
HSL 167.64º 0.84% 0.54% -
HSV(B) 167.64º 0.84% 0.93% -
XYZ 40.61 64.32 61.91 -
YUV 171.83 141.07 31.83 -
System Red Green Blue C M Y K H S L
Decimal 37 236 195 0.84 0 0.17 0.07 167.64 0.84 0.54
Hex 25 EC C3 54 0 11 7 A8 54 36
Octal 45 354 303 124 0 21 7 250 124 66
Binary 100101 11101100 11000011 1010100 0 10001 111 10101000 1010100 110110

Color Harmonies of #25ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECC3

Black with #25ECC3

Text Example


Text Example

White with #25ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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