Html Css Color HEX #48C8DD Medium Turquoise

📋 copy color: '#48C8DD'

red 72 ◦ green 200 ◦ blue 221

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

Shades of Medium Turquoise #48C8DD

Tints of Medium Turquoise #48C8DD

RGB

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

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

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

R = 14.6%
G = 40.57%
B = 44.83%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48C8DD (or 0x48C8DD) is known color: Medium Turquoise. HEX triplet: 48, C8 and DD. RGB value is (72,200,221). Sum of RGB (Red+Green+Blue) = 72+200+221=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #48C8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8DD is #B73722. Grayscale: #A3A3A3. Windows color (decimal): -12007203 or 14534728. OLE color: 14534728.

HSL color Cylindrical-coordinate representation of color #48C8DD: hue angle of 188.46º 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 #48C8DD is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 200 221 -
CMYK 0.67 0.10 0 0.13
HSL 188.46º 0.69% 0.57% -
HSV(B) 188.46º 0.67% 0.87% -
XYZ 36.38 47.91 75.74 -
YUV 164.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 72 200 221 0.67 0.10 0 0.13 188.46 0.69 0.57
Hex 48 C8 DD 43 A 0 D BC 45 39
Octal 110 310 335 103 12 0 15 274 105 71
Binary 1001000 11001000 11011101 1000011 1010 0 1101 10111100 1000101 111001

Color Harmonies of #48C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C8DD

Black with #48C8DD

Text Example


Text Example

White with #48C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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