#6DEAE8

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

Shades of Turquoise Blue #6DEAE8

Tints of Turquoise Blue #6DEAE8

Color information

#6DEAE8 (or 0x6DEAE8) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EA and E8. RGB value is (109,234,232). Sum of RGB (Red+Green+Blue) = 109+234+232=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAE8 is #921517. Grayscale: #C4C4C4. Windows color (decimal): -9573656 or 15264365. OLE color: 15264365.

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

Color convert

RGB109234232-
CMYK0.5300.010.08
HSL179.04º74.85%67.25%-
HSV(B)179.04º53.42%91.76%-
XYZ50.2967.9286.8-
YUV196.4148.0965.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=18.96%
G=40.70%
B=40.35%

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
Decimal1092342320.5300.010.08179.0474.8567.25
Hex6DEAE835018b34b43
Octal155352350650110263113103
Binary110110111101010111010001101010110001011001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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