#6BCEDB

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

Shades of Turquoise Blue #6BCEDB

Tints of Turquoise Blue #6BCEDB

Color information

#6BCEDB (or 0x6BCEDB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CE and DB. RGB value is (107,206,219). Sum of RGB (Red+Green+Blue) = 107+206+219=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEDB is #943124. Grayscale: #B1B1B1. Windows color (decimal): -9711909 or 14405227. OLE color: 14405227.

HSL color Cylindrical-coordinate representation of color #6BCEDB: hue angle of 186.96º degrees, saturation: 0.61, 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 #6BCEDB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107206219-
CMYK0.510.0600.14
HSL186.96º60.87%63.92%-
HSV(B)186.96º51.14%85.88%-
XYZ40.9252.3874.97-
YUV177.88151.277.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.11%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=20.11%
G=38.72%
B=41.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072062190.510.0600.14186.9660.8763.92
Hex6BCEDB3360Ebb3d40
Octal15331633363601627375100
Binary1101011110011101101101111001111001110101110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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