Html Css Color HEX #48F8DC Turquoise

📋 copy color: '#48F8DC'

red 72 ◦ green 248 ◦ blue 220

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

Shades of Turquoise #48F8DC

Tints of Turquoise #48F8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.93%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 13.33%
G = 45.93%
B = 40.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#48F8DC (or 0x48F8DC) is known color: Turquoise. HEX triplet: 48, F8 and DC. RGB value is (72,248,220). Sum of RGB (Red+Green+Blue) = 72+248+220=540 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.33% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #48F8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F8DC is #B70723. Grayscale: #C0C0C0. Windows color (decimal): -11994916 or 14481480. OLE color: 14481480.

HSL color Cylindrical-coordinate representation of color #48F8DC: hue angle of 170.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F8DC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 248 220 -
CMYK 0.71 0 0.11 0.03
HSL 170.45º 0.93% 0.63% -
HSV(B) 170.45º 0.71% 0.97% -
XYZ 49.16 73.68 79.34 -
YUV 192.18 143.69 42.28 -
System Red Green Blue C M Y K H S L
Decimal 72 248 220 0.71 0 0.11 0.03 170.45 0.93 0.63
Hex 48 F8 DC 47 0 B 3 AA 5D 3F
Octal 110 370 334 107 0 13 3 252 135 77
Binary 1001000 11111000 11011100 1000111 0 1011 11 10101010 1011101 111111

Color Harmonies of #48F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F8DC

Black with #48F8DC

Text Example


Text Example

White with #48F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,248,220); }

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

background-color css

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

 a { background-color: rgb(72,248,220); }

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

border-color css

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

 span { border-color: rgb(72,248,220); }

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