Html Css Color HEX #48FFDC Turquoise

📋 copy color: '#48FFDC'

red 72 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #48FFDC

Tints of Turquoise #48FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

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

R = 13.16%
G = 46.62%
B = 40.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#48FFDC (or 0x48FFDC) is known color: Turquoise. HEX triplet: 48, FF and DC. RGB value is (72,255,220). Sum of RGB (Red+Green+Blue) = 72+255+220=547 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.16% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFDC is #B70023. Grayscale: #C4C4C4. Windows color (decimal): -11993124 or 14483272. OLE color: 14483272.

HSL color Cylindrical-coordinate representation of color #48FFDC: hue angle of 168.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFDC is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 220 -
CMYK 0.72 0 0.14 0
HSL 168.52º 1% 0.64% -
HSV(B) 168.52º 0.72% 1% -
XYZ 51.35 78.07 80.07 -
YUV 196.29 141.37 39.35 -
System Red Green Blue C M Y K H S L
Decimal 72 255 220 0.72 0 0.14 0 168.52 1 0.64
Hex 48 FF DC 48 0 E 0 A9 64 40
Octal 110 377 334 110 0 16 0 251 144 100
Binary 1001000 11111111 11011100 1001000 0 1110 0 10101001 1100100 1000000

Color Harmonies of #48FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFDC

Black with #48FFDC

Text Example


Text Example

White with #48FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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