Html Css Color HEX #48D2FE Turquoise Blue

📋 copy color: '#48D2FE'

red 72 ◦ green 210 ◦ blue 254

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

Shades of Turquoise Blue #48D2FE

Tints of Turquoise Blue #48D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.18%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 13.43%
G = 39.18%
B = 47.39%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#48D2FE (or 0x48D2FE) is known color: Turquoise Blue. HEX triplet: 48, D2 and FE. RGB value is (72,210,254). Sum of RGB (Red+Green+Blue) = 72+210+254=536 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.43% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #48D2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D2FE is #B72D01. Grayscale: #ADADAD. Windows color (decimal): -12004610 or 16699976. OLE color: 16699976.

HSL color Cylindrical-coordinate representation of color #48D2FE: hue angle of 194.51º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D2FE is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 210 254 -
CMYK 0.72 0.17 0 0.00
HSL 194.51º 0.99% 0.64% -
HSV(B) 194.51º 0.72% 1% -
XYZ 43.61 54.63 102.01 -
YUV 173.75 173.28 55.42 -
System Red Green Blue C M Y K H S L
Decimal 72 210 254 0.72 0.17 0 0.00 194.51 0.99 0.64
Hex 48 D2 FE 48 11 0 0 C3 63 40
Octal 110 322 376 110 21 0 0 303 143 100
Binary 1001000 11010010 11111110 1001000 10001 0 0 11000011 1100011 1000000

Color Harmonies of #48D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D2FE

Black with #48D2FE

Text Example


Text Example

White with #48D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,210,254); }

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

background-color css

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

 a { background-color: rgb(72,210,254); }

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

border-color css

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

 span { border-color: rgb(72,210,254); }

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