#6BD9EF

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

Shades of Turquoise Blue #6BD9EF

Tints of Turquoise Blue #6BD9EF

Color information

#6BD9EF (or 0x6BD9EF) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D9 and EF. RGB value is (107,217,239). Sum of RGB (Red+Green+Blue) = 107+217+239=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BD9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD9EF is #942610. Grayscale: #BABABA. Windows color (decimal): -9709073 or 15718763. OLE color: 15718763.

HSL color Cylindrical-coordinate representation of color #6BD9EF: hue angle of 190º 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 #6BD9EF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107217239-
CMYK0.550.0900.06
HSL190º80.49%67.84%-
HSV(B)190º55.23%93.73%-
XYZ46.4658.9890.6-
YUV186.62157.5671.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.01%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=19.01%
G=38.54%
B=42.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072172390.550.0900.0619080.4967.84
Hex6BD9EF37906be5044
Octal153331357671106276120104
Binary11010111101100111101111110111100101101011111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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