#6FD8DC

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

Shades of Turquoise Blue #6FD8DC

Tints of Turquoise Blue #6FD8DC

Color information

#6FD8DC (or 0x6FD8DC) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D8 and DC. RGB value is (111,216,220). Sum of RGB (Red+Green+Blue) = 111+216+220=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8DC is #902723. Grayscale: #B8B8B8. Windows color (decimal): -9447204 or 14473327. OLE color: 14473327.

HSL color Cylindrical-coordinate representation of color #6FD8DC: hue angle of 182.2º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD8DC is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111216220-
CMYK0.500.0200.14
HSL182.2º60.89%64.9%-
HSV(B)182.2º49.55%86.27%-
XYZ44.0357.6676.52-
YUV185.06147.7175.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.29%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=20.29%
G=39.49%
B=40.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112162200.500.0200.14182.260.8964.9
Hex6FD8DC3220Eb63d41
Octal15733033462201626675101
Binary110111111011000110111001100101001110101101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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