#6FD7DC

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

Shades of Turquoise Blue #6FD7DC

Tints of Turquoise Blue #6FD7DC

Color information

#6FD7DC (or 0x6FD7DC) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D7 and DC. RGB value is (111,215,220). Sum of RGB (Red+Green+Blue) = 111+215+220=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FD7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7DC is #902823. Grayscale: #B8B8B8. Windows color (decimal): -9447460 or 14473071. OLE color: 14473071.

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

Color convert

RGB111215220-
CMYK0.500.0200.14
HSL182.75º60.89%64.9%-
HSV(B)182.75º49.55%86.27%-
XYZ43.7757.1576.43-
YUV184.47148.0475.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.33%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=20.33%
G=39.38%
B=40.29%

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
Decimal1112152200.500.0200.14182.7560.8964.9
Hex6FD7DC3220Eb73d41
Octal15732733462201626775101
Binary110111111010111110111001100101001110101101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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