#6BE2F6

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

Shades of Turquoise Blue #6BE2F6

Tints of Turquoise Blue #6BE2F6

Color information

#6BE2F6 (or 0x6BE2F6) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E2 and F6. RGB value is (107,226,246). Sum of RGB (Red+Green+Blue) = 107+226+246=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BE2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE2F6 is #941D09. Grayscale: #C0C0C0. Windows color (decimal): -9706762 or 16179819. OLE color: 16179819.

HSL color Cylindrical-coordinate representation of color #6BE2F6: hue angle of 188.63º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BE2F6 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107226246-
CMYK0.570.0800.04
HSL188.63º88.54%69.22%-
HSV(B)188.63º56.5%96.47%-
XYZ49.8964.1796.95-
YUV192.7158.0866.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.48%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=18.48%
G=39.03%
B=42.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072262460.570.0800.04188.6388.5469.22
Hex6BE2F639804bd5945
Octal153342366711004275131105
Binary11010111110001011110110111001100001001011110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,226,246); }

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

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

 a { background-color: rgb(107,226,246); }

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

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

 span { border-color: rgb(107,226,246); }

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