Html Css Color HEX #48DBFC Turquoise Blue

📋 copy color: '#48DBFC'

red 72 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #48DBFC

Tints of Turquoise Blue #48DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 13.26%
G = 40.33%
B = 46.41%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#48DBFC (or 0x48DBFC) is known color: Turquoise Blue. HEX triplet: 48, DB and FC. RGB value is (72,219,252). Sum of RGB (Red+Green+Blue) = 72+219+252=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #48DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBFC is #B72403. Grayscale: #B2B2B2. Windows color (decimal): -12002308 or 16571208. OLE color: 16571208.

HSL color Cylindrical-coordinate representation of color #48DBFC: hue angle of 191º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48DBFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 219 252 -
CMYK 0.71 0.13 0 0.01
HSL 191º 0.97% 0.64% -
HSV(B) 191º 0.71% 0.99% -
XYZ 45.57 59.07 101.09 -
YUV 178.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 72 219 252 0.71 0.13 0 0.01 191 0.97 0.64
Hex 48 DB FC 47 D 0 1 BF 61 40
Octal 110 333 374 107 15 0 1 277 141 100
Binary 1001000 11011011 11111100 1000111 1101 0 1 10111111 1100001 1000000

Color Harmonies of #48DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBFC

Black with #48DBFC

Text Example


Text Example

White with #48DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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