#6FD8EB

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

Shades of Turquoise Blue #6FD8EB

Tints of Turquoise Blue #6FD8EB

Color information

#6FD8EB (or 0x6FD8EB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D8 and EB. RGB value is (111,216,235). Sum of RGB (Red+Green+Blue) = 111+216+235=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FD8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD8EB is #902714. Grayscale: #BABABA. Windows color (decimal): -9447189 or 15456367. OLE color: 15456367.

HSL color Cylindrical-coordinate representation of color #6FD8EB: hue angle of 189.19º 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 #6FD8EB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111216235-
CMYK0.530.0800.08
HSL189.19º75.61%67.84%-
HSV(B)189.19º52.77%92.16%-
XYZ46.1158.4987.46-
YUV186.77155.2173.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.75%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=19.75%
G=38.43%
B=41.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112162350.530.0800.08189.1975.6167.84
Hex6FD8EB35808bd4c44
Octal1573303536510010275114104
Binary110111111011000111010111101011000010001011110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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