#6BD9FB

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

Shades of Turquoise Blue #6BD9FB

Tints of Turquoise Blue #6BD9FB

Color information

#6BD9FB (or 0x6BD9FB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D9 and FB. RGB value is (107,217,251). Sum of RGB (Red+Green+Blue) = 107+217+251=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BD9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD9FB is #942604. Grayscale: #BBBBBB. Windows color (decimal): -9709061 or 16505195. OLE color: 16505195.

HSL color Cylindrical-coordinate representation of color #6BD9FB: hue angle of 194.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BD9FB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107217251-
CMYK0.570.1400.02
HSL194.17º94.74%70.2%-
HSV(B)194.17º57.37%98.43%-
XYZ48.2959.72100.25-
YUV187.99163.5670.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.61%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=18.61%
G=37.74%
B=43.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072172510.570.1400.02194.1794.7470.2
Hex6BD9FB39E02c25f46
Octal153331373711602302137106
Binary1101011110110011111101111100111100101100001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,251); }

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

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

 a { background-color: rgb(107,217,251); }

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

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

 span { border-color: rgb(107,217,251); }

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