Html Css Color HEX #48C5DD Medium Turquoise

📋 copy color: '#48C5DD'

red 72 ◦ green 197 ◦ blue 221

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

Shades of Medium Turquoise #48C5DD

Tints of Medium Turquoise #48C5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 14.69%
G = 40.2%
B = 45.1%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48C5DD (or 0x48C5DD) is known color: Medium Turquoise. HEX triplet: 48, C5 and DD. RGB value is (72,197,221). Sum of RGB (Red+Green+Blue) = 72+197+221=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #48C5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C5DD is #B73A22. Grayscale: #A2A2A2. Windows color (decimal): -12007971 or 14533960. OLE color: 14533960.

HSL color Cylindrical-coordinate representation of color #48C5DD: hue angle of 189.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48C5DD is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 197 221 -
CMYK 0.67 0.11 0 0.13
HSL 189.66º 0.69% 0.57% -
HSV(B) 189.66º 0.67% 0.87% -
XYZ 35.69 46.53 75.51 -
YUV 162.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 72 197 221 0.67 0.11 0 0.13 189.66 0.69 0.57
Hex 48 C5 DD 43 B 0 D BE 45 39
Octal 110 305 335 103 13 0 15 276 105 71
Binary 1001000 11000101 11011101 1000011 1011 0 1101 10111110 1000101 111001

Color Harmonies of #48C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C5DD

Black with #48C5DD

Text Example


Text Example

White with #48C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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