Html Css Color HEX #48CCDC Medium Turquoise

📋 copy color: '#48CCDC'

red 72 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #48CCDC

Tints of Medium Turquoise #48CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 14.52%
G = 41.13%
B = 44.35%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48CCDC (or 0x48CCDC) is known color: Medium Turquoise. HEX triplet: 48, CC and DC. RGB value is (72,204,220). Sum of RGB (Red+Green+Blue) = 72+204+220=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #48CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCDC is #B73323. Grayscale: #A6A6A6. Windows color (decimal): -12006180 or 14470216. OLE color: 14470216.

HSL color Cylindrical-coordinate representation of color #48CCDC: hue angle of 186.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CCDC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 204 220 -
CMYK 0.67 0.07 0 0.14
HSL 186.49º 0.68% 0.57% -
HSV(B) 186.49º 0.67% 0.86% -
XYZ 37.18 49.73 75.35 -
YUV 166.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 72 204 220 0.67 0.07 0 0.14 186.49 0.68 0.57
Hex 48 CC DC 43 7 0 E BA 44 39
Octal 110 314 334 103 7 0 16 272 104 71
Binary 1001000 11001100 11011100 1000011 111 0 1110 10111010 1000100 111001

Color Harmonies of #48CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCDC

Black with #48CCDC

Text Example


Text Example

White with #48CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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