#6FD1EB

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

Shades of Turquoise Blue #6FD1EB

Tints of Turquoise Blue #6FD1EB

Color information

#6FD1EB (or 0x6FD1EB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D1 and EB. RGB value is (111,209,235). Sum of RGB (Red+Green+Blue) = 111+209+235=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FD1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD1EB is #902E14. Grayscale: #B6B6B6. Windows color (decimal): -9448981 or 15454575. OLE color: 15454575.

HSL color Cylindrical-coordinate representation of color #6FD1EB: hue angle of 192.58º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FD1EB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111209235-
CMYK0.530.1100.08
HSL192.58º75.61%67.84%-
HSV(B)192.58º52.77%92.16%-
XYZ44.3554.9886.87-
YUV182.66157.5376.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=20%
G=37.66%
B=42.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112092350.530.1100.08192.5875.6167.84
Hex6FD1EB35B08c14c44
Octal1573213536513010301114104
Binary110111111010001111010111101011011010001100000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FD1EB; }

 p { color: rgb(111,209,235); }

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

<style>
 a { background-color: #6FD1EB; }

 a { background-color: rgb(111,209,235); }

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

<style>
 span { border-color: #6FD1EB; }

 span { border-color: rgb(111,209,235); }

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