Html Css Color HEX #48DFFF Turquoise Blue

📋 copy color: '#48DFFF'

red 72 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #48DFFF

Tints of Turquoise Blue #48DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

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

R = 13.09%
G = 40.55%
B = 46.36%

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

#48DFFF (or 0x48DFFF) is known color: Turquoise Blue. HEX triplet: 48, DF and FF. RGB value is (72,223,255). Sum of RGB (Red+Green+Blue) = 72+223+255=550 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.09% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #48DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DFFF is #B72000. Grayscale: #B5B5B5. Windows color (decimal): -12001281 or 16768840. OLE color: 16768840.

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

Color convert

RGB 72 223 255 -
CMYK 0.72 0.13 0 0
HSL 190.49º 1% 0.64% -
HSV(B) 190.49º 0.72% 1% -
XYZ 47.11 61.37 103.97 -
YUV 181.5 169.47 49.9 -
System Red Green Blue C M Y K H S L
Decimal 72 223 255 0.72 0.13 0 0 190.49 1 0.64
Hex 48 DF FF 48 D 0 0 BE 64 40
Octal 110 337 377 110 15 0 0 276 144 100
Binary 1001000 11011111 11111111 1001000 1101 0 0 10111110 1100100 1000000

Color Harmonies of #48DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFFF

Black with #48DFFF

Text Example


Text Example

White with #48DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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