#48CFEF

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

Shades of Turquoise Blue #48CFEF

Tints of Turquoise Blue #48CFEF

Color information

#48CFEF (or 0x48CFEF) is unknown color: approx Turquoise Blue. HEX triplet: 48, CF and EF. RGB value is (72,207,239). Sum of RGB (Red+Green+Blue) = 72+207+239=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #48CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CFEF is #B73010. Grayscale: #AAAAAA. Windows color (decimal): -12005393 or 15716168. OLE color: 15716168.

HSL color Cylindrical-coordinate representation of color #48CFEF: hue angle of 191.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CFEF is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72207239-
CMYK0.700.1300.06
HSL191.5º83.92%60.98%-
HSV(B)191.5º69.87%93.73%-
XYZ40.5752.2489.61-
YUV170.28166.7757.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.90%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=13.90%
G=39.96%
B=46.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722072390.700.1300.06191.583.9260.98
Hex48CFEF46D06bf543d
Octal110317357106150627712475
Binary10010001100111111101111100011011010110101111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,207,239); }

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

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

 a { background-color: rgb(72,207,239); }

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

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

 span { border-color: rgb(72,207,239); }

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