#4FCFEF

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

Shades of Turquoise Blue #4FCFEF

Tints of Turquoise Blue #4FCFEF

Color information

#4FCFEF (or 0x4FCFEF) is unknown color: approx Turquoise Blue. HEX triplet: 4F, CF and EF. RGB value is (79,207,239). Sum of RGB (Red+Green+Blue) = 79+207+239=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFEF is #B03010. Grayscale: #ACACAC. Windows color (decimal): -11546641 or 15716175. OLE color: 15716175.

HSL color Cylindrical-coordinate representation of color #4FCFEF: hue angle of 192º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCFEF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB79207239-
CMYK0.670.1300.06
HSL192º83.33%62.35%-
HSV(B)192º66.95%93.73%-
XYZ41.1252.5289.63-
YUV172.38165.5961.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.05%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=15.05%
G=39.43%
B=45.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792072390.670.1300.0619283.3362.35
Hex4FCFEF43D06c0533e
Octal117317357103150630012376
Binary10011111100111111101111100001111010110110000001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FCFEF; }

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

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

<style>
 a { background-color: #4FCFEF; }

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

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

<style>
 span { border-color: #4FCFEF; }

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

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