#6DE6EF

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

Shades of Turquoise Blue #6DE6EF

Tints of Turquoise Blue #6DE6EF

Color information

#6DE6EF (or 0x6DE6EF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E6 and EF. RGB value is (109,230,239). Sum of RGB (Red+Green+Blue) = 109+230+239=578 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.86% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DE6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE6EF is #921910. Grayscale: #C2C2C2. Windows color (decimal): -9574673 or 15722093. OLE color: 15722093.

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

Color convert

RGB109230239-
CMYK0.540.0400.06
HSL184.15º80.25%68.24%-
HSV(B)184.15º54.39%93.73%-
XYZ50.1866.0891.77-
YUV194.85152.9166.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.86%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=18.86%
G=39.79%
B=41.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092302390.540.0400.06184.1580.2568.24
Hex6DE6EF36406b85044
Octal15534635766406270120104
Binary1101101111001101110111111011010001101011100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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