#6DDCE2

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

Shades of Turquoise Blue #6DDCE2

Tints of Turquoise Blue #6DDCE2

Color information

#6DDCE2 (or 0x6DDCE2) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and E2. RGB value is (109,220,226). Sum of RGB (Red+Green+Blue) = 109+220+226=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DDCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCE2 is #92231D. Grayscale: #BBBBBB. Windows color (decimal): -9577246 or 14867565. OLE color: 14867565.

HSL color Cylindrical-coordinate representation of color #6DDCE2: hue angle of 183.08º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDCE2 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB109220226-
CMYK0.520.0300.11
HSL183.08º66.86%65.69%-
HSV(B)183.08º51.77%88.63%-
XYZ45.6359.9381.11-
YUV187.5149.7372.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.64%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=19.64%
G=39.64%
B=40.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092202260.520.0300.11183.0866.8665.69
Hex6DDCE23430Bb74342
Octal155334342643013267103102
Binary1101101110111001110001011010011010111011011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,226); }

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

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

 a { background-color: rgb(109,220,226); }

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

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

 span { border-color: rgb(109,220,226); }

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