#6BCDDB

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

Shades of Turquoise Blue #6BCDDB

Tints of Turquoise Blue #6BCDDB

Color information

#6BCDDB (or 0x6BCDDB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CD and DB. RGB value is (107,205,219). Sum of RGB (Red+Green+Blue) = 107+205+219=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDDB is #943224. Grayscale: #B1B1B1. Windows color (decimal): -9712165 or 14404971. OLE color: 14404971.

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

Color convert

RGB107205219-
CMYK0.510.0600.14
HSL187.5º60.87%63.92%-
HSV(B)187.5º51.14%85.88%-
XYZ40.6851.974.89-
YUV177.29151.5377.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.15%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=20.15%
G=38.61%
B=41.24%

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
Decimal1072052190.510.0600.14187.560.8763.92
Hex6BCDDB3360Ebc3d40
Octal15331533363601627475100
Binary1101011110011011101101111001111001110101111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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