#6BD8EF

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

Shades of Turquoise Blue #6BD8EF

Tints of Turquoise Blue #6BD8EF

Color information

#6BD8EF (or 0x6BD8EF) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D8 and EF. RGB value is (107,216,239). Sum of RGB (Red+Green+Blue) = 107+216+239=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BD8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD8EF is #942710. Grayscale: #B9B9B9. Windows color (decimal): -9709329 or 15718507. OLE color: 15718507.

HSL color Cylindrical-coordinate representation of color #6BD8EF: hue angle of 190.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BD8EF is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107216239-
CMYK0.550.1000.06
HSL190.45º80.49%67.84%-
HSV(B)190.45º55.23%93.73%-
XYZ46.258.4790.51-
YUV186.03157.8971.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.04%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=19.04%
G=38.43%
B=42.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072162390.550.1000.06190.4580.4967.84
Hex6BD8EF37A06be5044
Octal153330357671206276120104
Binary11010111101100011101111110111101001101011111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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