Html Css Color HEX #48DDD1 Turquoise

📋 copy color: '#48DDD1'

red 72 ◦ green 221 ◦ blue 209

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

Shades of Turquoise #48DDD1

Tints of Turquoise #48DDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 14.34%
G = 44.02%
B = 41.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#48DDD1 (or 0x48DDD1) is known color: Turquoise. HEX triplet: 48, DD and D1. RGB value is (72,221,209). Sum of RGB (Red+Green+Blue) = 72+221+209=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDD1 is #B7222E. Grayscale: #AEAEAE. Windows color (decimal): -12001839 or 13753672. OLE color: 13753672.

HSL color Cylindrical-coordinate representation of color #48DDD1: hue angle of 175.17º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDD1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 209 -
CMYK 0.67 0 0.05 0.13
HSL 175.17º 0.69% 0.57% -
HSV(B) 175.17º 0.67% 0.87% -
XYZ 40.04 57.69 69.35 -
YUV 175.08 147.14 54.48 -
System Red Green Blue C M Y K H S L
Decimal 72 221 209 0.67 0 0.05 0.13 175.17 0.69 0.57
Hex 48 DD D1 43 0 5 D AF 45 39
Octal 110 335 321 103 0 5 15 257 105 71
Binary 1001000 11011101 11010001 1000011 0 101 1101 10101111 1000101 111001

Color Harmonies of #48DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDD1

Black with #48DDD1

Text Example


Text Example

White with #48DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,221,209); }

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

background-color css

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

 a { background-color: rgb(72,221,209); }

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

border-color css

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

 span { border-color: rgb(72,221,209); }

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