Html Css Color HEX #48D6F4 Turquoise Blue

📋 copy color: '#48D6F4'

red 72 ◦ green 214 ◦ blue 244

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

Shades of Turquoise Blue #48D6F4

Tints of Turquoise Blue #48D6F4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 244 (95.7% from 255) = 46.04%

R = 13.58%
G = 40.38%
B = 46.04%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#48D6F4 (or 0x48D6F4) is known color: Turquoise Blue. HEX triplet: 48, D6 and F4. RGB value is (72,214,244). Sum of RGB (Red+Green+Blue) = 72+214+244=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #48D6F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D6F4 is #B7290B. Grayscale: #AEAEAE. Windows color (decimal): -12003596 or 16045640. OLE color: 16045640.

HSL color Cylindrical-coordinate representation of color #48D6F4: hue angle of 190.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D6F4 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 214 244 -
CMYK 0.70 0.12 0 0.04
HSL 190.47º 0.89% 0.62% -
HSV(B) 190.47º 0.7% 0.96% -
XYZ 43.05 56 94.13 -
YUV 174.96 166.96 54.56 -
System Red Green Blue C M Y K H S L
Decimal 72 214 244 0.70 0.12 0 0.04 190.47 0.89 0.62
Hex 48 D6 F4 46 C 0 4 BE 59 3E
Octal 110 326 364 106 14 0 4 276 131 76
Binary 1001000 11010110 11110100 1000110 1100 0 100 10111110 1011001 111110

Color Harmonies of #48D6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D6F4

Black with #48D6F4

Text Example


Text Example

White with #48D6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,214,244); }

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

background-color css

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

 a { background-color: rgb(72,214,244); }

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

border-color css

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

 span { border-color: rgb(72,214,244); }

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