Html Css Color HEX #48C8CC Medium Turquoise

📋 copy color: '#48C8CC'

red 72 ◦ green 200 ◦ blue 204

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

Shades of Medium Turquoise #48C8CC

Tints of Medium Turquoise #48C8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 15.13%
G = 42.02%
B = 42.86%

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

#48C8CC (or 0x48C8CC) is known color: Medium Turquoise. HEX triplet: 48, C8 and CC. RGB value is (72,200,204). Sum of RGB (Red+Green+Blue) = 72+200+204=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #48C8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8CC is #B73733. Grayscale: #A2A2A2. Windows color (decimal): -12007220 or 13420616. OLE color: 13420616.

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

Color convert

RGB 72 200 204 -
CMYK 0.65 0.02 0 0.2
HSL 181.82º 0.56% 0.54% -
HSV(B) 181.82º 0.65% 0.8% -
XYZ 34.23 47.05 64.4 -
YUV 162.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 72 200 204 0.65 0.02 0 0.2 181.82 0.56 0.54
Hex 48 C8 CC 41 2 0 14 B6 38 36
Octal 110 310 314 101 2 0 24 266 70 66
Binary 1001000 11001000 11001100 1000001 10 0 10100 10110110 111000 110110

Color Harmonies of #48C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C8CC

Black with #48C8CC

Text Example


Text Example

White with #48C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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