#6DE7E6

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

Shades of Turquoise Blue #6DE7E6

Tints of Turquoise Blue #6DE7E6

Color information

#6DE7E6 (or 0x6DE7E6) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E7 and E6. RGB value is (109,231,230). Sum of RGB (Red+Green+Blue) = 109+231+230=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE7E6 is #921819. Grayscale: #C2C2C2. Windows color (decimal): -9574426 or 15132525. OLE color: 15132525.

HSL color Cylindrical-coordinate representation of color #6DE7E6: hue angle of 179.51º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7E6 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB109231230-
CMYK0.5300.000.09
HSL179.51º71.76%66.67%-
HSV(B)179.51º52.81%90.59%-
XYZ49.1766.1285.03-
YUV194.41148.0867.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.12%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=19.12%
G=40.53%
B=40.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092312300.5300.000.09179.5171.7666.67
Hex6DE7E635009b44843
Octal155347346650011264110103
Binary110110111100111111001101101010010011011010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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