Html Css Color HEX #48D9FF Turquoise Blue

📋 copy color: '#48D9FF'

red 72 ◦ green 217 ◦ blue 255

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

Shades of Turquoise Blue #48D9FF

Tints of Turquoise Blue #48D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 13.24%
G = 39.89%
B = 46.88%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48D9FF (or 0x48D9FF) is known color: Turquoise Blue. HEX triplet: 48, D9 and FF. RGB value is (72,217,255). Sum of RGB (Red+Green+Blue) = 72+217+255=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #48D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D9FF is #B72600. Grayscale: #B1B1B1. Windows color (decimal): -12002817 or 16767304. OLE color: 16767304.

HSL color Cylindrical-coordinate representation of color #48D9FF: hue angle of 192.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D9FF is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 217 255 -
CMYK 0.72 0.15 0 0
HSL 192.46º 1% 0.64% -
HSV(B) 192.46º 0.72% 1% -
XYZ 45.54 58.22 103.45 -
YUV 177.98 171.46 52.41 -
System Red Green Blue C M Y K H S L
Decimal 72 217 255 0.72 0.15 0 0 192.46 1 0.64
Hex 48 D9 FF 48 F 0 0 C0 64 40
Octal 110 331 377 110 17 0 0 300 144 100
Binary 1001000 11011001 11111111 1001000 1111 0 0 11000000 1100100 1000000

Color Harmonies of #48D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D9FF

Black with #48D9FF

Text Example


Text Example

White with #48D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,255); }

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

background-color css

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

 a { background-color: rgb(72,217,255); }

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

border-color css

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

 span { border-color: rgb(72,217,255); }

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