#6DEAE7

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

Shades of Turquoise Blue #6DEAE7

Tints of Turquoise Blue #6DEAE7

Color information

#6DEAE7 (or 0x6DEAE7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EA and E7. RGB value is (109,234,231). Sum of RGB (Red+Green+Blue) = 109+234+231=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAE7 is #921518. Grayscale: #C4C4C4. Windows color (decimal): -9573657 or 15198829. OLE color: 15198829.

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

Color convert

RGB109234231-
CMYK0.5300.010.08
HSL178.56º74.85%67.25%-
HSV(B)178.56º53.42%91.76%-
XYZ50.1567.8786.06-
YUV196.28147.5965.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.99%
GREEN value IS 234 (91.80% from 255) = 40.77%
BLUE value IS 231 (90.62% from 255) = 40.24%
R=18.99%
G=40.77%
B=40.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342310.5300.010.08178.5674.8567.25
Hex6DEAE735018b34b43
Octal155352347650110263113103
Binary110110111101010111001111101010110001011001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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