#6becdb

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

Shades of Turquoise Blue #6BECDB

Tints of Turquoise Blue #6BECDB

Color information

#6BECDB (or 0x6BECDB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EC and DB. RGB value is (107,236,219). Sum of RGB (Red+Green+Blue) = 107+236+219=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDB is #941324. Grayscale: #C3C3C3. Windows color (decimal): -9704229 or 14412907. OLE color: 14412907.

HSL color Cylindrical-coordinate representation of color #6BECDB: hue angle of 172.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECDB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB107236219-
CMYK0.5500.070.07
HSL172.09º77.25%67.25%-
HSV(B)172.09º54.66%92.55%-
XYZ48.8568.2377.61-
YUV195.49141.2664.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.04%
GREEN value IS 236 (92.58% from 255) = 41.99%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=19.04%
G=41.99%
B=38.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072362190.5500.070.07172.0977.2567.25
Hex6BECDB37077ac4d43
Octal15335433367077254115103
Binary1101011111011001101101111011101111111010110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6becdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,236,219); }

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

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

 a { background-color: rgb(107,236,219); }

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

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

 span { border-color: rgb(107,236,219); }

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