#6FDDDC

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

Shades of Turquoise Blue #6FDDDC

Tints of Turquoise Blue #6FDDDC

Color information

#6FDDDC (or 0x6FDDDC) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DD and DC. RGB value is (111,221,220). Sum of RGB (Red+Green+Blue) = 111+221+220=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDDC is #902223. Grayscale: #BBBBBB. Windows color (decimal): -9445924 or 14474607. OLE color: 14474607.

HSL color Cylindrical-coordinate representation of color #6FDDDC: hue angle of 179.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDDC is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB111221220-
CMYK0.5000.000.13
HSL179.45º61.8%65.1%-
HSV(B)179.45º49.77%86.67%-
XYZ45.3360.2676.95-
YUV188146.0673.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.11%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=20.11%
G=40.04%
B=39.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112212200.5000.000.13179.4561.865.1
Hex6FDDDC3200Db33e41
Octal15733533462001526376101
Binary11011111101110111011100110010001101101100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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