#6BD8DB

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

Shades of Turquoise Blue #6BD8DB

Tints of Turquoise Blue #6BD8DB

Color information

#6BD8DB (or 0x6BD8DB) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D8 and DB. RGB value is (107,216,219). Sum of RGB (Red+Green+Blue) = 107+216+219=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BD8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8DB is #942724. Grayscale: #B7B7B7. Windows color (decimal): -9709349 or 14407787. OLE color: 14407787.

HSL color Cylindrical-coordinate representation of color #6BD8DB: hue angle of 181.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD8DB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107216219-
CMYK0.510.0100.14
HSL181.61º60.87%63.92%-
HSV(B)181.61º51.14%85.88%-
XYZ43.4157.3575.8-
YUV183.75147.8973.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.74%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=19.74%
G=39.85%
B=40.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072162190.510.0100.14181.6160.8763.92
Hex6BD8DB3310Eb63d40
Octal15333033363101626675100
Binary11010111101100011011011110011101110101101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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