Html Css Color HEX #48C5CD Medium Turquoise

📋 copy color: '#48C5CD'

red 72 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #48C5CD

Tints of Medium Turquoise #48C5CD

RGB

 RED value IS 72 (28.52% from 255) = 15.19%

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

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

R = 15.19%
G = 41.56%
B = 43.25%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48C5CD (or 0x48C5CD) is known color: Medium Turquoise. HEX triplet: 48, C5 and CD. RGB value is (72,197,205). Sum of RGB (Red+Green+Blue) = 72+197+205=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #48C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C5CD is #B73A32. Grayscale: #A0A0A0. Windows color (decimal): -12007987 or 13485384. OLE color: 13485384.

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

Color convert

RGB 72 197 205 -
CMYK 0.65 0.04 0 0.20
HSL 183.61º 0.57% 0.54% -
HSV(B) 183.61º 0.65% 0.8% -
XYZ 33.66 45.72 64.81 -
YUV 160.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 72 197 205 0.65 0.04 0 0.20 183.61 0.57 0.54
Hex 48 C5 CD 41 4 0 14 B8 39 36
Octal 110 305 315 101 4 0 24 270 71 66
Binary 1001000 11000101 11001101 1000001 100 0 10100 10111000 111001 110110

Color Harmonies of #48C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C5CD

Black with #48C5CD

Text Example


Text Example

White with #48C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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