#6DE9EA

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

Shades of Turquoise Blue #6DE9EA

Tints of Turquoise Blue #6DE9EA

Color information

#6DE9EA (or 0x6DE9EA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E9 and EA. RGB value is (109,233,234). Sum of RGB (Red+Green+Blue) = 109+233+234=576 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.92% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DE9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE9EA is #921615. Grayscale: #C3C3C3. Windows color (decimal): -9573910 or 15395181. OLE color: 15395181.

HSL color Cylindrical-coordinate representation of color #6DE9EA: hue angle of 180.48º 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 #6DE9EA is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109233234-
CMYK0.530.0000.08
HSL180.48º74.85%67.25%-
HSV(B)180.48º53.42%91.76%-
XYZ50.367.4788.21-
YUV196.04149.4265.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.92%
GREEN value IS 233 (91.41% from 255) = 40.45%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=18.92%
G=40.45%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092332340.530.0000.08180.4874.8567.25
Hex6DE9EA35008b44b43
Octal155351352650010264113103
Binary110110111101001111010101101010010001011010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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