#6DDBEF

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

Shades of Turquoise Blue #6DDBEF

Tints of Turquoise Blue #6DDBEF

Color information

#6DDBEF (or 0x6DDBEF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DB and EF. RGB value is (109,219,239). Sum of RGB (Red+Green+Blue) = 109+219+239=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBEF is #922410. Grayscale: #BCBCBC. Windows color (decimal): -9577489 or 15719277. OLE color: 15719277.

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

Color convert

RGB109219239-
CMYK0.540.0800.06
HSL189.23º80.25%68.24%-
HSV(B)189.23º54.39%93.73%-
XYZ47.2260.1590.78-
YUV188.39156.5671.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.22%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=19.22%
G=38.62%
B=42.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092192390.540.0800.06189.2380.2568.24
Hex6DDBEF36806bd5044
Octal155333357661006275120104
Binary11011011101101111101111110110100001101011110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,219,239); }

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

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

 a { background-color: rgb(109,219,239); }

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

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

 span { border-color: rgb(109,219,239); }

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