#6DE6EA

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

Shades of Turquoise Blue #6DE6EA

Tints of Turquoise Blue #6DE6EA

Color information

#6DE6EA (or 0x6DE6EA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E6 and EA. RGB value is (109,230,234). Sum of RGB (Red+Green+Blue) = 109+230+234=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DE6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE6EA is #921915. Grayscale: #C2C2C2. Windows color (decimal): -9574678 or 15394413. OLE color: 15394413.

HSL color Cylindrical-coordinate representation of color #6DE6EA: hue angle of 181.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE6EA is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109230234-
CMYK0.530.0200.08
HSL181.92º74.85%67.25%-
HSV(B)181.92º53.42%91.76%-
XYZ49.4565.7987.93-
YUV194.28150.4167.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.02%
GREEN value IS 230 (90.23% from 255) = 40.14%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=19.02%
G=40.14%
B=40.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092302340.530.0200.08181.9274.8567.25
Hex6DE6EA35208b64b43
Octal155346352652010266113103
Binary1101101111001101110101011010110010001011011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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