Html Css Color HEX #48D1F0 Turquoise Blue

📋 copy color: '#48D1F0'

red 72 ◦ green 209 ◦ blue 240

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

Shades of Turquoise Blue #48D1F0

Tints of Turquoise Blue #48D1F0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 13.82%
G = 40.12%
B = 46.07%

CMYK

 C value IS 0.7

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#48D1F0 (or 0x48D1F0) is known color: Turquoise Blue. HEX triplet: 48, D1 and F0. RGB value is (72,209,240). Sum of RGB (Red+Green+Blue) = 72+209+240=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #48D1F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D1F0 is #B72E0F. Grayscale: #ABABAB. Windows color (decimal): -12004880 or 15782216. OLE color: 15782216.

HSL color Cylindrical-coordinate representation of color #48D1F0: hue angle of 191.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D1F0 is Cyan = 0.7, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 209 240 -
CMYK 0.7 0.13 0 0.06
HSL 191.07º 0.85% 0.61% -
HSV(B) 191.07º 0.7% 0.94% -
XYZ 41.2 53.27 90.55 -
YUV 171.57 166.61 56.98 -
System Red Green Blue C M Y K H S L
Decimal 72 209 240 0.7 0.13 0 0.06 191.07 0.85 0.61
Hex 48 D1 F0 46 D 0 6 BF 55 3D
Octal 110 321 360 106 15 0 6 277 125 75
Binary 1001000 11010001 11110000 1000110 1101 0 110 10111111 1010101 111101

Color Harmonies of #48D1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D1F0

Black with #48D1F0

Text Example


Text Example

White with #48D1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,209,240); }

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

background-color css

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

 a { background-color: rgb(72,209,240); }

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

border-color css

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

 span { border-color: rgb(72,209,240); }

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