Html Css Color HEX #48DBC0 Turquoise

📋 copy color: '#48DBC0'

red 72 ◦ green 219 ◦ blue 192

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

Shades of Turquoise #48DBC0

Tints of Turquoise #48DBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 14.91%
G = 45.34%
B = 39.75%

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

#48DBC0 (or 0x48DBC0) is known color: Turquoise. HEX triplet: 48, DB and C0. RGB value is (72,219,192). Sum of RGB (Red+Green+Blue) = 72+219+192=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBC0 is #B7243F. Grayscale: #ABABAB. Windows color (decimal): -12002368 or 12639048. OLE color: 12639048.

HSL color Cylindrical-coordinate representation of color #48DBC0: hue angle of 168.98º degrees, saturation: 0.67, 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 #48DBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 192 -
CMYK 0.67 0 0.12 0.14
HSL 168.98º 0.67% 0.57% -
HSV(B) 168.98º 0.67% 0.86% -
XYZ 37.52 55.85 58.67 -
YUV 171.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 72 219 192 0.67 0 0.12 0.14 168.98 0.67 0.57
Hex 48 DB C0 43 0 C E A9 43 39
Octal 110 333 300 103 0 14 16 251 103 71
Binary 1001000 11011011 11000000 1000011 0 1100 1110 10101001 1000011 111001

Color Harmonies of #48DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBC0

Black with #48DBC0

Text Example


Text Example

White with #48DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,219,192); }

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

background-color css

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

 a { background-color: rgb(72,219,192); }

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

border-color css

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

 span { border-color: rgb(72,219,192); }

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