#6bd0eb

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

Shades of Turquoise Blue #6BD0EB

Tints of Turquoise Blue #6BD0EB

Color information

#6BD0EB (or 0x6BD0EB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D0 and EB. RGB value is (107,208,235). Sum of RGB (Red+Green+Blue) = 107+208+235=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BD0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD0EB is #942F14. Grayscale: #B4B4B4. Windows color (decimal): -9711381 or 15454315. OLE color: 15454315.

HSL color Cylindrical-coordinate representation of color #6BD0EB: hue angle of 192.66º degrees, saturation: 0.76, 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 #6BD0EB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107208235-
CMYK0.540.1100.08
HSL192.66º76.19%67.06%-
HSV(B)192.66º54.47%92.16%-
XYZ43.6154.2486.77-
YUV180.88158.5475.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.45%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=19.45%
G=37.82%
B=42.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072082350.540.1100.08192.6676.1967.06
Hex6BD0EB36B08c14c43
Octal1533203536613010301114103
Binary110101111010000111010111101101011010001100000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bd0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,208,235); }

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

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

 a { background-color: rgb(107,208,235); }

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

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

 span { border-color: rgb(107,208,235); }

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