Html Css Color HEX #48DBFF Turquoise Blue

📋 copy color: '#48DBFF'

red 72 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #48DBFF

Tints of Turquoise Blue #48DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

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

R = 13.19%
G = 40.11%
B = 46.7%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48DBFF (or 0x48DBFF) is known color: Turquoise Blue. HEX triplet: 48, DB and FF. RGB value is (72,219,255). Sum of RGB (Red+Green+Blue) = 72+219+255=546 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.19% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #48DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBFF is #B72400. Grayscale: #B2B2B2. Windows color (decimal): -12002305 or 16767816. OLE color: 16767816.

HSL color Cylindrical-coordinate representation of color #48DBFF: hue angle of 191.8º 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 #48DBFF is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 219 255 -
CMYK 0.72 0.14 0 0
HSL 191.8º 1% 0.64% -
HSV(B) 191.8º 0.72% 1% -
XYZ 46.05 59.26 103.62 -
YUV 179.15 170.8 51.57 -
System Red Green Blue C M Y K H S L
Decimal 72 219 255 0.72 0.14 0 0 191.8 1 0.64
Hex 48 DB FF 48 E 0 0 C0 64 40
Octal 110 333 377 110 16 0 0 300 144 100
Binary 1001000 11011011 11111111 1001000 1110 0 0 11000000 1100100 1000000

Color Harmonies of #48DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBFF

Black with #48DBFF

Text Example


Text Example

White with #48DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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