Html Css Color HEX #25CAC5 Medium Turquoise

📋 copy color: '#25CAC5'

red 37 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #25CAC5

Tints of Medium Turquoise #25CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.33%

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 8.49%
G = 46.33%
B = 45.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#25CAC5 (or 0x25CAC5) is known color: Medium Turquoise. HEX triplet: 25, CA and C5. RGB value is (37,202,197). Sum of RGB (Red+Green+Blue) = 37+202+197=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #25CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CAC5 is #DA353A. Grayscale: #979797. Windows color (decimal): -14300475 or 12962341. OLE color: 12962341.

HSL color Cylindrical-coordinate representation of color #25CAC5: hue angle of 178.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CAC5 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 197 -
CMYK 0.82 0 0.02 0.21
HSL 178.18º 0.69% 0.47% -
HSV(B) 178.18º 0.82% 0.79% -
XYZ 31.96 46.67 60.15 -
YUV 152.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 37 202 197 0.82 0 0.02 0.21 178.18 0.69 0.47
Hex 25 CA C5 52 0 2 15 B2 45 2F
Octal 45 312 305 122 0 2 25 262 105 57
Binary 100101 11001010 11000101 1010010 0 10 10101 10110010 1000101 101111

Color Harmonies of #25CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CAC5

Black with #25CAC5

Text Example


Text Example

White with #25CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,202,197); }

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

background-color css

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

 a { background-color: rgb(37,202,197); }

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

border-color css

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

 span { border-color: rgb(37,202,197); }

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