Html Css Color HEX #48DFC0 Turquoise

📋 copy color: '#48DFC0'

red 72 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #48DFC0

Tints of Turquoise #48DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

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

R = 14.78%
G = 45.79%
B = 39.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#48DFC0 (or 0x48DFC0) is known color: Turquoise. HEX triplet: 48, DF and C0. RGB value is (72,223,192). Sum of RGB (Red+Green+Blue) = 72+223+192=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFC0 is #B7203F. Grayscale: #AEAEAE. Windows color (decimal): -12001344 or 12640072. OLE color: 12640072.

HSL color Cylindrical-coordinate representation of color #48DFC0: hue angle of 167.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFC0 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 192 -
CMYK 0.68 0 0.14 0.13
HSL 167.68º 0.7% 0.58% -
HSV(B) 167.68º 0.68% 0.87% -
XYZ 38.57 57.96 59.02 -
YUV 174.32 137.97 55.02 -
System Red Green Blue C M Y K H S L
Decimal 72 223 192 0.68 0 0.14 0.13 167.68 0.7 0.58
Hex 48 DF C0 44 0 E D A8 46 3A
Octal 110 337 300 104 0 16 15 250 106 72
Binary 1001000 11011111 11000000 1000100 0 1110 1101 10101000 1000110 111010

Color Harmonies of #48DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFC0

Black with #48DFC0

Text Example


Text Example

White with #48DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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