#6FDDEB

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

Shades of Turquoise Blue #6FDDEB

Tints of Turquoise Blue #6FDDEB

Color information

#6FDDEB (or 0x6FDDEB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DD and EB. RGB value is (111,221,235). Sum of RGB (Red+Green+Blue) = 111+221+235=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FDDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDEB is #902214. Grayscale: #BDBDBD. Windows color (decimal): -9445909 or 15457647. OLE color: 15457647.

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

Color convert

RGB111221235-
CMYK0.530.0600.08
HSL186.77º75.61%67.84%-
HSV(B)186.77º52.77%92.16%-
XYZ47.4161.0987.89-
YUV189.71153.5671.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.58%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=19.58%
G=38.98%
B=41.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112212350.530.0600.08186.7775.6167.84
Hex6FDDEB35608bb4c44
Octal157335353656010273114104
Binary11011111101110111101011110101110010001011101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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