#6bdbe8

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

Shades of Turquoise Blue #6BDBE8

Tints of Turquoise Blue #6BDBE8

Color information

#6BDBE8 (or 0x6BDBE8) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DB and E8. RGB value is (107,219,232). Sum of RGB (Red+Green+Blue) = 107+219+232=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBE8 is #942417. Grayscale: #BABABA. Windows color (decimal): -9708568 or 15260523. OLE color: 15260523.

HSL color Cylindrical-coordinate representation of color #6BDBE8: hue angle of 186.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDBE8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB107219232-
CMYK0.540.0600.09
HSL186.24º73.1%66.47%-
HSV(B)186.24º53.88%90.98%-
XYZ45.9659.6285.43-
YUV186.99153.3970.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.18%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=19.18%
G=39.25%
B=41.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072192320.540.0600.09186.2473.166.47
Hex6BDBE836609ba4942
Octal153333350666011272111102
Binary11010111101101111101000110110110010011011101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bdbe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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