#6BD8FE

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

Shades of Turquoise Blue #6BD8FE

Tints of Turquoise Blue #6BD8FE

Color information

#6BD8FE (or 0x6BD8FE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D8 and FE. RGB value is (107,216,254). Sum of RGB (Red+Green+Blue) = 107+216+254=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BD8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD8FE is #942701. Grayscale: #BBBBBB. Windows color (decimal): -9709314 or 16701547. OLE color: 16701547.

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

Color convert

RGB107216254-
CMYK0.580.1500.00
HSL195.51º98.66%70.78%-
HSV(B)195.51º57.87%99.61%-
XYZ48.5159.39102.67-
YUV187.74165.3970.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.54%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=18.54%
G=37.44%
B=44.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072162540.580.1500.00195.5198.6670.78
Hex6BD8FE3AF00c46347
Octal153330376721700304143107
Binary110101111011000111111101110101111001100010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,216,254); }

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

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

 a { background-color: rgb(107,216,254); }

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

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

 span { border-color: rgb(107,216,254); }

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