#6BDEDD

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

Shades of Turquoise Blue #6BDEDD

Tints of Turquoise Blue #6BDEDD

Color information

#6BDEDD (or 0x6BDEDD) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DE and DD. RGB value is (107,222,221). Sum of RGB (Red+Green+Blue) = 107+222+221=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEDD is #942122. Grayscale: #BBBBBB. Windows color (decimal): -9707811 or 14540395. OLE color: 14540395.

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

Color convert

RGB107222221-
CMYK0.5200.000.13
HSL179.48º63.54%64.51%-
HSV(B)179.48º51.8%87.06%-
XYZ45.2460.5977.72-
YUV187.5146.970.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.45%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=19.45%
G=40.36%
B=40.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072222210.5200.000.13179.4863.5464.51
Hex6BDEDD3400Db34041
Octal153336335640015263100101
Binary110101111011110110111011101000011011011001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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