Html Css Color HEX #48C7CC Medium Turquoise

📋 copy color: '#48C7CC'

red 72 ◦ green 199 ◦ blue 204

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

Shades of Medium Turquoise #48C7CC

Tints of Medium Turquoise #48C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 15.16%
G = 41.89%
B = 42.95%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48C7CC (or 0x48C7CC) is known color: Medium Turquoise. HEX triplet: 48, C7 and CC. RGB value is (72,199,204). Sum of RGB (Red+Green+Blue) = 72+199+204=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #48C7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C7CC is #B73833. Grayscale: #A1A1A1. Windows color (decimal): -12007476 or 13420360. OLE color: 13420360.

HSL color Cylindrical-coordinate representation of color #48C7CC: hue angle of 182.27º degrees, saturation: 0.56, 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 #48C7CC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 199 204 -
CMYK 0.65 0.02 0 0.2
HSL 182.27º 0.56% 0.54% -
HSV(B) 182.27º 0.65% 0.8% -
XYZ 34 46.58 64.33 -
YUV 161.6 151.92 64.09 -
System Red Green Blue C M Y K H S L
Decimal 72 199 204 0.65 0.02 0 0.2 182.27 0.56 0.54
Hex 48 C7 CC 41 2 0 14 B6 38 36
Octal 110 307 314 101 2 0 24 266 70 66
Binary 1001000 11000111 11001100 1000001 10 0 10100 10110110 111000 110110

Color Harmonies of #48C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C7CC

Black with #48C7CC

Text Example


Text Example

White with #48C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,199,204); }

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

background-color css

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

 a { background-color: rgb(72,199,204); }

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

border-color css

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

 span { border-color: rgb(72,199,204); }

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