#6BCBE0

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

Shades of Turquoise Blue #6BCBE0

Tints of Turquoise Blue #6BCBE0

Color information

#6BCBE0 (or 0x6BCBE0) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CB and E0. RGB value is (107,203,224). Sum of RGB (Red+Green+Blue) = 107+203+224=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBE0 is #94341F. Grayscale: #B0B0B0. Windows color (decimal): -9712672 or 14732139. OLE color: 14732139.

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

Color convert

RGB107203224-
CMYK0.520.0900.12
HSL190.77º65.36%64.9%-
HSV(B)190.77º52.23%87.84%-
XYZ40.8751.2278.25-
YUV176.69154.778.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.04%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=20.04%
G=38.01%
B=41.95%

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
Decimal1072032240.520.0900.12190.7765.3664.9
Hex6BCBE03490Cbf4141
Octal1533133406411014277101101
Binary110101111001011111000001101001001011001011111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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