#6BD0DD

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

Shades of Turquoise Blue #6BD0DD

Tints of Turquoise Blue #6BD0DD

Color information

#6BD0DD (or 0x6BD0DD) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D0 and DD. RGB value is (107,208,221). Sum of RGB (Red+Green+Blue) = 107+208+221=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0DD is #942F22. Grayscale: #B3B3B3. Windows color (decimal): -9711395 or 14536811. OLE color: 14536811.

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

Color convert

RGB107208221-
CMYK0.520.0600.13
HSL186.84º62.64%64.31%-
HSV(B)186.84º51.58%86.67%-
XYZ41.6753.4676.53-
YUV179.28151.5476.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.96%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=19.96%
G=38.81%
B=41.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072082210.520.0600.13186.8462.6464.31
Hex6BD0DD3460Dbb3f40
Octal15332033564601527377100
Binary1101011110100001101110111010011001101101110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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