#6BCCE0

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

Shades of Turquoise Blue #6BCCE0

Tints of Turquoise Blue #6BCCE0

Color information

#6BCCE0 (or 0x6BCCE0) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CC and E0. RGB value is (107,204,224). Sum of RGB (Red+Green+Blue) = 107+204+224=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCE0 is #94331F. Grayscale: #B1B1B1. Windows color (decimal): -9712416 or 14732395. OLE color: 14732395.

HSL color Cylindrical-coordinate representation of color #6BCCE0: hue angle of 190.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCCE0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107204224-
CMYK0.520.0900.12
HSL190.26º65.36%64.9%-
HSV(B)190.26º52.23%87.84%-
XYZ41.1151.6978.33-
YUV177.28154.3677.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=20%
G=38.13%
B=41.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072042240.520.0900.12190.2665.3664.9
Hex6BCCE03490Cbe4141
Octal1533143406411014276101101
Binary110101111001100111000001101001001011001011111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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