Html Css Color HEX #48CEC8 Medium Turquoise

📋 copy color: '#48CEC8'

red 72 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #48CEC8

Tints of Medium Turquoise #48CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 15.06%
G = 43.1%
B = 41.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#48CEC8 (or 0x48CEC8) is known color: Medium Turquoise. HEX triplet: 48, CE and C8. RGB value is (72,206,200). Sum of RGB (Red+Green+Blue) = 72+206+200=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEC8 is #B73137. Grayscale: #A5A5A5. Windows color (decimal): -12005688 or 13160008. OLE color: 13160008.

HSL color Cylindrical-coordinate representation of color #48CEC8: hue angle of 177.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEC8 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 200 -
CMYK 0.65 0 0.03 0.19
HSL 177.31º 0.58% 0.55% -
HSV(B) 177.31º 0.65% 0.81% -
XYZ 35.17 49.69 62.38 -
YUV 165.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 72 206 200 0.65 0 0.03 0.19 177.31 0.58 0.55
Hex 48 CE C8 41 0 3 13 B1 3A 37
Octal 110 316 310 101 0 3 23 261 72 67
Binary 1001000 11001110 11001000 1000001 0 11 10011 10110001 111010 110111

Color Harmonies of #48CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CEC8

Black with #48CEC8

Text Example


Text Example

White with #48CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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