Html Css Color HEX #48CDC2 Medium Turquoise

📋 copy color: '#48CDC2'

red 72 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #48CDC2

Tints of Medium Turquoise #48CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 15.29%
G = 43.52%
B = 41.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#48CDC2 (or 0x48CDC2) is known color: Medium Turquoise. HEX triplet: 48, CD and C2. RGB value is (72,205,194). Sum of RGB (Red+Green+Blue) = 72+205+194=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDC2 is #B7323D. Grayscale: #A3A3A3. Windows color (decimal): -12005950 or 12766536. OLE color: 12766536.

HSL color Cylindrical-coordinate representation of color #48CDC2: hue angle of 175.04º degrees, saturation: 0.57, 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 #48CDC2 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 205 194 -
CMYK 0.65 0 0.05 0.20
HSL 175.04º 0.57% 0.54% -
HSV(B) 175.04º 0.65% 0.8% -
XYZ 34.24 48.94 58.68 -
YUV 163.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 72 205 194 0.65 0 0.05 0.20 175.04 0.57 0.54
Hex 48 CD C2 41 0 5 14 AF 39 36
Octal 110 315 302 101 0 5 24 257 71 66
Binary 1001000 11001101 11000010 1000001 0 101 10100 10101111 111001 110110

Color Harmonies of #48CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CDC2

Black with #48CDC2

Text Example


Text Example

White with #48CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,205,194); }

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

background-color css

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

 a { background-color: rgb(72,205,194); }

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

border-color css

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

 span { border-color: rgb(72,205,194); }

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