#6BCDDD

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

Shades of Turquoise Blue #6BCDDD

Tints of Turquoise Blue #6BCDDD

Color information

#6BCDDD (or 0x6BCDDD) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CD and DD. RGB value is (107,205,221). Sum of RGB (Red+Green+Blue) = 107+205+221=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDDD is #943222. Grayscale: #B1B1B1. Windows color (decimal): -9712163 or 14536043. OLE color: 14536043.

HSL color Cylindrical-coordinate representation of color #6BCDDD: hue angle of 188.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCDDD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107205221-
CMYK0.520.0700.13
HSL188.42º62.64%64.31%-
HSV(B)188.42º51.58%86.67%-
XYZ40.9552.0176.29-
YUV177.52152.5377.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=20.08%
G=38.46%
B=41.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072052210.520.0700.13188.4262.6464.31
Hex6BCDDD3470Dbc3f40
Octal15331533564701527477100
Binary1101011110011011101110111010011101101101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,221); }

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

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

 a { background-color: rgb(107,205,221); }

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

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

 span { border-color: rgb(107,205,221); }

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