#6BD6DC

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

Shades of Turquoise Blue #6BD6DC

Tints of Turquoise Blue #6BD6DC

Color information

#6BD6DC (or 0x6BD6DC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D6 and DC. RGB value is (107,214,220). Sum of RGB (Red+Green+Blue) = 107+214+220=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BD6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6DC is #942923. Grayscale: #B6B6B6. Windows color (decimal): -9709860 or 14472811. OLE color: 14472811.

HSL color Cylindrical-coordinate representation of color #6BD6DC: hue angle of 183.19º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD6DC is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107214220-
CMYK0.510.0300.14
HSL183.19º61.75%64.12%-
HSV(B)183.19º51.36%86.27%-
XYZ43.0356.3976.33-
YUV182.69149.0574.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.78%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=19.78%
G=39.56%
B=40.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072142200.510.0300.14183.1961.7564.12
Hex6BD6DC3330Eb73e40
Octal15332633463301626776100
Binary110101111010110110111001100111101110101101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,214,220); }

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

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

 a { background-color: rgb(107,214,220); }

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

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

 span { border-color: rgb(107,214,220); }

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