Html Css Color HEX #48E2FF Turquoise Blue

📋 copy color: '#48E2FF'

red 72 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #48E2FF

Tints of Turquoise Blue #48E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.87%

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

R = 13.02%
G = 40.87%
B = 46.11%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48E2FF (or 0x48E2FF) is known color: Turquoise Blue. HEX triplet: 48, E2 and FF. RGB value is (72,226,255). Sum of RGB (Red+Green+Blue) = 72+226+255=553 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.02% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #48E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E2FF is #B71D00. Grayscale: #B6B6B6. Windows color (decimal): -12000513 or 16769608. OLE color: 16769608.

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

Color convert

RGB 72 226 255 -
CMYK 0.72 0.11 0 0
HSL 189.51º 1% 0.64% -
HSV(B) 189.51º 0.72% 1% -
XYZ 47.92 62.99 104.24 -
YUV 183.26 168.48 48.64 -
System Red Green Blue C M Y K H S L
Decimal 72 226 255 0.72 0.11 0 0 189.51 1 0.64
Hex 48 E2 FF 48 B 0 0 BE 64 40
Octal 110 342 377 110 13 0 0 276 144 100
Binary 1001000 11100010 11111111 1001000 1011 0 0 10111110 1100100 1000000

Color Harmonies of #48E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E2FF

Black with #48E2FF

Text Example


Text Example

White with #48E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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