#6DCEEF

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

Shades of Turquoise Blue #6DCEEF

Tints of Turquoise Blue #6DCEEF

Color information

#6DCEEF (or 0x6DCEEF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CE and EF. RGB value is (109,206,239). Sum of RGB (Red+Green+Blue) = 109+206+239=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEEF is #923110. Grayscale: #B4B4B4. Windows color (decimal): -9580817 or 15715949. OLE color: 15715949.

HSL color Cylindrical-coordinate representation of color #6DCEEF: hue angle of 195.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 #6DCEEF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109206239-
CMYK0.540.1400.06
HSL195.23º80.25%68.24%-
HSV(B)195.23º54.39%93.73%-
XYZ43.9653.6389.7-
YUV180.76160.8676.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.68%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=19.68%
G=37.18%
B=43.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092062390.540.1400.06195.2380.2568.24
Hex6DCEEF36E06c35044
Octal155316357661606303120104
Binary11011011100111011101111110110111001101100001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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