#6bcae0

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

Shades of Turquoise Blue #6BCAE0

Tints of Turquoise Blue #6BCAE0

Color information

#6BCAE0 (or 0x6BCAE0) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CA and E0. RGB value is (107,202,224). Sum of RGB (Red+Green+Blue) = 107+202+224=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAE0 is #94351F. Grayscale: #AFAFAF. Windows color (decimal): -9712928 or 14731883. OLE color: 14731883.

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

Color convert

RGB107202224-
CMYK0.520.1000.12
HSL191.28º65.36%64.9%-
HSV(B)191.28º52.23%87.84%-
XYZ40.6450.7578.17-
YUV176.1155.0378.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.08%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=20.08%
G=37.90%
B=42.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072022240.520.1000.12191.2865.3664.9
Hex6BCAE034A0Cbf4141
Octal1533123406412014277101101
Binary110101111001010111000001101001010011001011111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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