#6BDCEA

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

Shades of Turquoise Blue #6BDCEA

Tints of Turquoise Blue #6BDCEA

Color information

#6BDCEA (or 0x6BDCEA) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DC and EA. RGB value is (107,220,234). Sum of RGB (Red+Green+Blue) = 107+220+234=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCEA is #942315. Grayscale: #BBBBBB. Windows color (decimal): -9708310 or 15391851. OLE color: 15391851.

HSL color Cylindrical-coordinate representation of color #6BDCEA: hue angle of 186.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDCEA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107220234-
CMYK0.540.0600.08
HSL186.61º75.15%66.86%-
HSV(B)186.61º54.27%91.76%-
XYZ46.5160.2587.02-
YUV187.81154.0670.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.07%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=19.07%
G=39.22%
B=41.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072202340.540.0600.08186.6175.1566.86
Hex6BDCEA36608bb4b43
Octal153334352666010273113103
Binary11010111101110011101010110110110010001011101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,220,234); }

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

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

 a { background-color: rgb(107,220,234); }

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

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

 span { border-color: rgb(107,220,234); }

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