Html Css Color HEX #25C5CD Medium Turquoise

📋 copy color: '#25C5CD'

red 37 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #25C5CD

Tints of Medium Turquoise #25C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 8.43%
G = 44.87%
B = 46.7%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25C5CD (or 0x25C5CD) is known color: Medium Turquoise. HEX triplet: 25, C5 and CD. RGB value is (37,197,205). Sum of RGB (Red+Green+Blue) = 37+197+205=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #25C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C5CD is #DA3A32. Grayscale: #959595. Windows color (decimal): -14301747 or 13485349. OLE color: 13485349.

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

Color convert

RGB 37 197 205 -
CMYK 0.82 0.04 0 0.20
HSL 182.86º 0.69% 0.47% -
HSV(B) 182.86º 0.82% 0.8% -
XYZ 31.75 44.73 64.72 -
YUV 150.07 158.99 47.35 -
System Red Green Blue C M Y K H S L
Decimal 37 197 205 0.82 0.04 0 0.20 182.86 0.69 0.47
Hex 25 C5 CD 52 4 0 14 B7 45 2F
Octal 45 305 315 122 4 0 24 267 105 57
Binary 100101 11000101 11001101 1010010 100 0 10100 10110111 1000101 101111

Color Harmonies of #25C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C5CD

Black with #25C5CD

Text Example


Text Example

White with #25C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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