Html Css Color HEX #48DFDC Turquoise

📋 copy color: '#48DFDC'

red 72 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #48DFDC

Tints of Turquoise #48DFDC

RGB

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

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

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

R = 13.98%
G = 43.3%
B = 42.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#48DFDC (or 0x48DFDC) is known color: Turquoise. HEX triplet: 48, DF and DC. RGB value is (72,223,220). Sum of RGB (Red+Green+Blue) = 72+223+220=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFDC is #B72023. Grayscale: #B1B1B1. Windows color (decimal): -12001316 or 14475080. OLE color: 14475080.

HSL color Cylindrical-coordinate representation of color #48DFDC: hue angle of 178.81º 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 #48DFDC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 220 -
CMYK 0.68 0 0.01 0.13
HSL 178.81º 0.7% 0.58% -
HSV(B) 178.81º 0.68% 0.87% -
XYZ 41.98 59.32 76.95 -
YUV 177.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 72 223 220 0.68 0 0.01 0.13 178.81 0.7 0.58
Hex 48 DF DC 44 0 1 D B3 46 3A
Octal 110 337 334 104 0 1 15 263 106 72
Binary 1001000 11011111 11011100 1000100 0 1 1101 10110011 1000110 111010

Color Harmonies of #48DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFDC

Black with #48DFDC

Text Example


Text Example

White with #48DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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