#48CEFC

Color #48CEFC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #48CEFC

Tints of Turquoise Blue #48CEFC

Color information

#48CEFC (or 0x48CEFC) is unknown color: approx Turquoise Blue. HEX triplet: 48, CE and FC. RGB value is (72,206,252). Sum of RGB (Red+Green+Blue) = 72+206+252=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #48CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CEFC is #B73103. Grayscale: #AAAAAA. Windows color (decimal): -12005636 or 16567880. OLE color: 16567880.

HSL color Cylindrical-coordinate representation of color #48CEFC: hue angle of 195.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48CEFC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72206252-
CMYK0.710.1800.01
HSL195.33º96.77%63.53%-
HSV(B)195.33º71.43%98.82%-
XYZ42.3152.55100.01-
YUV171.18173.6157.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.58%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=13.58%
G=38.87%
B=47.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722062520.710.1800.01195.3396.7763.53
Hex48CEFC471201c36140
Octal1103163741072201303141100
Binary10010001100111011111100100011110010011100001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,252); }

 H1.HeaderClassName
 {
   color: #48CEFC;
 }
 .AnyTagClassName
 {
   color: #48CEFC;
 }
</style>
background-color css

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

 a { background-color: rgb(72,206,252); }

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

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

 span { border-color: rgb(72,206,252); }

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