Html Css Color HEX #48C8DF Medium Turquoise

📋 copy color: '#48C8DF'

red 72 ◦ green 200 ◦ blue 223

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

Shades of Medium Turquoise #48C8DF

Tints of Medium Turquoise #48C8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 14.55%
G = 40.4%
B = 45.05%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48C8DF (or 0x48C8DF) is known color: Medium Turquoise. HEX triplet: 48, C8 and DF. RGB value is (72,200,223). Sum of RGB (Red+Green+Blue) = 72+200+223=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #48C8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8DF is #B73720. Grayscale: #A4A4A4. Windows color (decimal): -12007201 or 14665800. OLE color: 14665800.

HSL color Cylindrical-coordinate representation of color #48C8DF: hue angle of 189.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C8DF is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 200 223 -
CMYK 0.68 0.10 0 0.13
HSL 189.14º 0.7% 0.58% -
HSV(B) 189.14º 0.68% 0.87% -
XYZ 36.65 48.01 77.15 -
YUV 164.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 72 200 223 0.68 0.10 0 0.13 189.14 0.7 0.58
Hex 48 C8 DF 44 A 0 D BD 46 3A
Octal 110 310 337 104 12 0 15 275 106 72
Binary 1001000 11001000 11011111 1000100 1010 0 1101 10111101 1000110 111010

Color Harmonies of #48C8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C8DF

Black with #48C8DF

Text Example


Text Example

White with #48C8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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