Html Css Color HEX #48DFE1 Turquoise

📋 copy color: '#48DFE1'

red 72 ◦ green 223 ◦ blue 225

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

Shades of Turquoise #48DFE1

Tints of Turquoise #48DFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 13.85%
G = 42.88%
B = 43.27%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#48DFE1 (or 0x48DFE1) is known color: Turquoise. HEX triplet: 48, DF and E1. RGB value is (72,223,225). Sum of RGB (Red+Green+Blue) = 72+223+225=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #48DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DFE1 is #B7201E. Grayscale: #B1B1B1. Windows color (decimal): -12001311 or 14802760. OLE color: 14802760.

HSL color Cylindrical-coordinate representation of color #48DFE1: hue angle of 180.78º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFE1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 223 225 -
CMYK 0.68 0.01 0 0.12
HSL 180.78º 0.72% 0.58% -
HSV(B) 180.78º 0.68% 0.88% -
XYZ 42.65 59.59 80.49 -
YUV 178.08 154.47 52.34 -
System Red Green Blue C M Y K H S L
Decimal 72 223 225 0.68 0.01 0 0.12 180.78 0.72 0.58
Hex 48 DF E1 44 1 0 C B5 48 3A
Octal 110 337 341 104 1 0 14 265 110 72
Binary 1001000 11011111 11100001 1000100 1 0 1100 10110101 1001000 111010

Color Harmonies of #48DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFE1

Black with #48DFE1

Text Example


Text Example

White with #48DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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