#6DCEEC

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

Shades of Turquoise Blue #6DCEEC

Tints of Turquoise Blue #6DCEEC

Color information

#6DCEEC (or 0x6DCEEC) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CE and EC. RGB value is (109,206,236). Sum of RGB (Red+Green+Blue) = 109+206+236=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEEC is #923113. Grayscale: #B4B4B4. Windows color (decimal): -9580820 or 15519341. OLE color: 15519341.

HSL color Cylindrical-coordinate representation of color #6DCEEC: hue angle of 194.17º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCEEC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109206236-
CMYK0.540.1300.07
HSL194.17º76.97%67.65%-
HSV(B)194.17º53.81%92.55%-
XYZ43.5253.4587.38-
YUV180.42159.3677.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.78%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=19.78%
G=37.39%
B=42.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092062360.540.1300.07194.1776.9767.65
Hex6DCEEC36D07c24d44
Octal155316354661507302115104
Binary11011011100111011101100110110110101111100001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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