#6FDBDD

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

Shades of Turquoise Blue #6FDBDD

Tints of Turquoise Blue #6FDBDD

Color information

#6FDBDD (or 0x6FDBDD) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DB and DD. RGB value is (111,219,221). Sum of RGB (Red+Green+Blue) = 111+219+221=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBDD is #902422. Grayscale: #BABABA. Windows color (decimal): -9446435 or 14539631. OLE color: 14539631.

HSL color Cylindrical-coordinate representation of color #6FDBDD: hue angle of 181.09º 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 #6FDBDD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111219221-
CMYK0.500.0100.13
HSL181.09º61.8%65.1%-
HSV(B)181.09º49.77%86.67%-
XYZ44.9459.2677.48-
YUV186.94147.2273.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.15%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=20.15%
G=39.75%
B=40.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112192210.500.0100.13181.0961.865.1
Hex6FDBDD3210Db53e41
Octal15733333562101526576101
Binary11011111101101111011101110010101101101101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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