Html Css Color HEX #48DCFF Turquoise Blue

📋 copy color: '#48DCFF'

red 72 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #48DCFF

Tints of Turquoise Blue #48DCFF

RGB

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

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

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

R = 13.16%
G = 40.22%
B = 46.62%

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

#48DCFF (or 0x48DCFF) is known color: Turquoise Blue. HEX triplet: 48, DC and FF. RGB value is (72,220,255). Sum of RGB (Red+Green+Blue) = 72+220+255=547 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.16% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #48DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DCFF is #B72300. Grayscale: #B3B3B3. Windows color (decimal): -12002049 or 16768072. OLE color: 16768072.

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

Color convert

RGB 72 220 255 -
CMYK 0.72 0.14 0 0
HSL 191.48º 1% 0.64% -
HSV(B) 191.48º 0.72% 1% -
XYZ 46.32 59.78 103.71 -
YUV 179.74 170.47 51.15 -
System Red Green Blue C M Y K H S L
Decimal 72 220 255 0.72 0.14 0 0 191.48 1 0.64
Hex 48 DC FF 48 E 0 0 BF 64 40
Octal 110 334 377 110 16 0 0 277 144 100
Binary 1001000 11011100 11111111 1001000 1110 0 0 10111111 1100100 1000000

Color Harmonies of #48DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCFF

Black with #48DCFF

Text Example


Text Example

White with #48DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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