#6BCCDE

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

Shades of Turquoise Blue #6BCCDE

Tints of Turquoise Blue #6BCCDE

Color information

#6BCCDE (or 0x6BCCDE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CC and DE. RGB value is (107,204,222). Sum of RGB (Red+Green+Blue) = 107+204+222=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCDE is #943321. Grayscale: #B0B0B0. Windows color (decimal): -9712418 or 14601323. OLE color: 14601323.

HSL color Cylindrical-coordinate representation of color #6BCCDE: hue angle of 189.39º 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 #6BCCDE is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107204222-
CMYK0.520.0800.13
HSL189.39º63.54%64.51%-
HSV(B)189.39º51.8%87.06%-
XYZ40.8451.5976.91-
YUV177.05153.3678.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=20.08%
G=38.27%
B=41.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072042220.520.0800.13189.3963.5464.51
Hex6BCCDE3480Dbd4041
Octal1533143366410015275100101
Binary110101111001100110111101101001000011011011110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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