Html Css Color HEX #48DCC1 Turquoise

📋 copy color: '#48DCC1'

red 72 ◦ green 220 ◦ blue 193

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

Shades of Turquoise #48DCC1

Tints of Turquoise #48DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 14.85%
G = 45.36%
B = 39.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#48DCC1 (or 0x48DCC1) is known color: Turquoise. HEX triplet: 48, DC and C1. RGB value is (72,220,193). Sum of RGB (Red+Green+Blue) = 72+220+193=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCC1 is #B7233E. Grayscale: #ACACAC. Windows color (decimal): -12002111 or 12704840. OLE color: 12704840.

HSL color Cylindrical-coordinate representation of color #48DCC1: hue angle of 169.05º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCC1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 193 -
CMYK 0.67 0 0.12 0.14
HSL 169.05º 0.68% 0.57% -
HSV(B) 169.05º 0.67% 0.86% -
XYZ 37.89 56.41 59.34 -
YUV 172.67 139.47 56.2 -
System Red Green Blue C M Y K H S L
Decimal 72 220 193 0.67 0 0.12 0.14 169.05 0.68 0.57
Hex 48 DC C1 43 0 C E A9 44 39
Octal 110 334 301 103 0 14 16 251 104 71
Binary 1001000 11011100 11000001 1000011 0 1100 1110 10101001 1000100 111001

Color Harmonies of #48DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCC1

Black with #48DCC1

Text Example


Text Example

White with #48DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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