#6DEAE6

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

Shades of Turquoise Blue #6DEAE6

Tints of Turquoise Blue #6DEAE6

Color information

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

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

Color convert

RGB109234230-
CMYK0.5300.020.08
HSL178.08º74.85%67.25%-
HSV(B)178.08º53.42%91.76%-
XYZ50.0167.8185.32-
YUV196.17147.0965.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342300.5300.020.08178.0874.8567.25
Hex6DEAE635028b24b43
Octal155352346650210262113103
Binary1101101111010101110011011010101010001011001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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