#6BDBFF

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

Shades of Turquoise Blue #6BDBFF

Tints of Turquoise Blue #6BDBFF

Color information

#6BDBFF (or 0x6BDBFF) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DB and FF. RGB value is (107,219,255). Sum of RGB (Red+Green+Blue) = 107+219+255=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBFF is #942400. Grayscale: #BDBDBD. Windows color (decimal): -9708545 or 16767851. OLE color: 16767851.

HSL color Cylindrical-coordinate representation of color #6BDBFF: hue angle of 194.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDBFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB107219255-
CMYK0.580.1400
HSL194.59º100%70.98%-
HSV(B)194.59º58.04%100%-
XYZ49.4461.01103.78-
YUV189.62164.8969.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.42%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 255 (100% from 255) = 43.89%
R=18.42%
G=37.69%
B=43.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072192550.580.1400194.5910070.98
Hex6BDBFF3AE00c36447
Octal153333377721600303144107
Binary110101111011011111111111110101110001100001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,219,255); }

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

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

 a { background-color: rgb(107,219,255); }

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

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

 span { border-color: rgb(107,219,255); }

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