Html Css Color HEX #48DDFF Turquoise Blue

📋 copy color: '#48DDFF'

red 72 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #48DDFF

Tints of Turquoise Blue #48DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

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

R = 13.14%
G = 40.33%
B = 46.53%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48DDFF (or 0x48DDFF) is known color: Turquoise Blue. HEX triplet: 48, DD and FF. RGB value is (72,221,255). Sum of RGB (Red+Green+Blue) = 72+221+255=548 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.14% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #48DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DDFF is #B72200. Grayscale: #B4B4B4. Windows color (decimal): -12001793 or 16768328. OLE color: 16768328.

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

Color convert

RGB 72 221 255 -
CMYK 0.72 0.13 0 0
HSL 191.15º 1% 0.64% -
HSV(B) 191.15º 0.72% 1% -
XYZ 46.58 60.31 103.79 -
YUV 180.33 170.14 50.74 -
System Red Green Blue C M Y K H S L
Decimal 72 221 255 0.72 0.13 0 0 191.15 1 0.64
Hex 48 DD FF 48 D 0 0 BF 64 40
Octal 110 335 377 110 15 0 0 277 144 100
Binary 1001000 11011101 11111111 1001000 1101 0 0 10111111 1100100 1000000

Color Harmonies of #48DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDFF

Black with #48DDFF

Text Example


Text Example

White with #48DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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