Html Css Color HEX #48CED6 Medium Turquoise

📋 copy color: '#48CED6'

red 72 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #48CED6

Tints of Medium Turquoise #48CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 14.63%
G = 41.87%
B = 43.5%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#48CED6 (or 0x48CED6) is known color: Medium Turquoise. HEX triplet: 48, CE and D6. RGB value is (72,206,214). Sum of RGB (Red+Green+Blue) = 72+206+214=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #48CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CED6 is #B73129. Grayscale: #A6A6A6. Windows color (decimal): -12005674 or 14077512. OLE color: 14077512.

HSL color Cylindrical-coordinate representation of color #48CED6: hue angle of 183.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48CED6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 206 214 -
CMYK 0.66 0.04 0 0.16
HSL 183.38º 0.63% 0.56% -
HSV(B) 183.38º 0.66% 0.84% -
XYZ 36.88 50.38 71.4 -
YUV 166.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 72 206 214 0.66 0.04 0 0.16 183.38 0.63 0.56
Hex 48 CE D6 42 4 0 10 B7 3F 38
Octal 110 316 326 102 4 0 20 267 77 70
Binary 1001000 11001110 11010110 1000010 100 0 10000 10110111 111111 111000

Color Harmonies of #48CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CED6

Black with #48CED6

Text Example


Text Example

White with #48CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,214); }

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

background-color css

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

 a { background-color: rgb(72,206,214); }

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

border-color css

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

 span { border-color: rgb(72,206,214); }

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