#6be8dc

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

Shades of Turquoise Blue #6BE8DC

Tints of Turquoise Blue #6BE8DC

Color information

#6BE8DC (or 0x6BE8DC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E8 and DC. RGB value is (107,232,220). Sum of RGB (Red+Green+Blue) = 107+232+220=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8DC is #941723. Grayscale: #C1C1C1. Windows color (decimal): -9705252 or 14477419. OLE color: 14477419.

HSL color Cylindrical-coordinate representation of color #6BE8DC: hue angle of 174.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8DC is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB107232220-
CMYK0.5400.050.09
HSL174.24º73.1%66.47%-
HSV(B)174.24º53.88%90.98%-
XYZ47.8466.0177.93-
YUV193.26143.0966.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.14%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=19.14%
G=41.50%
B=39.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072322200.5400.050.09174.2473.166.47
Hex6BE8DC36059ae4942
Octal153350334660511256111102
Binary11010111110100011011100110110010110011010111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6be8dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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