#6DE7E0

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

Shades of Turquoise Blue #6DE7E0

Tints of Turquoise Blue #6DE7E0

Color information

#6DE7E0 (or 0x6DE7E0) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E7 and E0. RGB value is (109,231,224). Sum of RGB (Red+Green+Blue) = 109+231+224=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7E0 is #92181F. Grayscale: #C1C1C1. Windows color (decimal): -9574432 or 14739309. OLE color: 14739309.

HSL color Cylindrical-coordinate representation of color #6DE7E0: hue angle of 176.56º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7E0 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB109231224-
CMYK0.5300.030.09
HSL176.56º71.76%66.67%-
HSV(B)176.56º52.81%90.59%-
XYZ48.3465.7880.67-
YUV193.72145.0867.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.33%
GREEN value IS 231 (90.62% from 255) = 40.96%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=19.33%
G=40.96%
B=39.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092312240.5300.030.09176.5671.7666.67
Hex6DE7E035039b14843
Octal155347340650311261110103
Binary1101101111001111110000011010101110011011000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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