Html Css Color HEX #48D1CC MediumTurquoise

📋 copy color: '#48D1CC'

red 72 ◦ green 209 ◦ blue 204

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

Shades of MediumTurquoise #48D1CC

Tints of MediumTurquoise #48D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

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

R = 14.85%
G = 43.09%
B = 42.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#48D1CC (or 0x48D1CC) is known color: MediumTurquoise. HEX triplet: 48, D1 and CC. RGB value is (72,209,204). Sum of RGB (Red+Green+Blue) = 72+209+204=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #48D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D1CC is #B72E33. Grayscale: #A7A7A7. Windows color (decimal): -12004916 or 13422920. OLE color: 13422920.

HSL color Cylindrical-coordinate representation of color #48D1CC: hue angle of 177.81º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D1CC is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 204 -
CMYK 0.66 0 0.02 0.18
HSL 177.81º 0.6% 0.55% -
HSV(B) 177.81º 0.66% 0.82% -
XYZ 36.37 51.34 65.12 -
YUV 167.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 72 209 204 0.66 0 0.02 0.18 177.81 0.6 0.55
Hex 48 D1 CC 42 0 2 12 B2 3C 37
Octal 110 321 314 102 0 2 22 262 74 67
Binary 1001000 11010001 11001100 1000010 0 10 10010 10110010 111100 110111

Color Harmonies of #48D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D1CC

Black with #48D1CC

Text Example


Text Example

White with #48D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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