Html Css Color HEX #48DCFC Turquoise Blue

📋 copy color: '#48DCFC'

red 72 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #48DCFC

Tints of Turquoise Blue #48DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 13.24%
G = 40.44%
B = 46.32%

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

#48DCFC (or 0x48DCFC) is known color: Turquoise Blue. HEX triplet: 48, DC and FC. RGB value is (72,220,252). Sum of RGB (Red+Green+Blue) = 72+220+252=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #48DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DCFC is #B72303. Grayscale: #B3B3B3. Windows color (decimal): -12002052 or 16571464. OLE color: 16571464.

HSL color Cylindrical-coordinate representation of color #48DCFC: hue angle of 190.67º 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 #48DCFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 220 252 -
CMYK 0.71 0.13 0 0.01
HSL 190.67º 0.97% 0.64% -
HSV(B) 190.67º 0.71% 0.99% -
XYZ 45.84 59.59 101.18 -
YUV 179.4 168.97 51.4 -
System Red Green Blue C M Y K H S L
Decimal 72 220 252 0.71 0.13 0 0.01 190.67 0.97 0.64
Hex 48 DC FC 47 D 0 1 BF 61 40
Octal 110 334 374 107 15 0 1 277 141 100
Binary 1001000 11011100 11111100 1000111 1101 0 1 10111111 1100001 1000000

Color Harmonies of #48DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCFC

Black with #48DCFC

Text Example


Text Example

White with #48DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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