#6DE2DF

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

Shades of Turquoise Blue #6DE2DF

Tints of Turquoise Blue #6DE2DF

Color information

#6DE2DF (or 0x6DE2DF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, E2 and DF. RGB value is (109,226,223). Sum of RGB (Red+Green+Blue) = 109+226+223=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2DF is #921D20. Grayscale: #BEBEBE. Windows color (decimal): -9575713 or 14672493. OLE color: 14672493.

HSL color Cylindrical-coordinate representation of color #6DE2DF: hue angle of 178.46º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE2DF is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB109226223-
CMYK0.5200.010.11
HSL178.46º66.86%65.69%-
HSV(B)178.46º51.77%88.63%-
XYZ46.8262.9779.5-
YUV190.68146.2469.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.53%
GREEN value IS 226 (88.67% from 255) = 40.50%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=19.53%
G=40.50%
B=39.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092262230.5200.010.11178.4666.8665.69
Hex6DE2DF3401Bb24342
Octal155342337640113262103102
Binary110110111100010110111111101000110111011001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,226,223); }

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

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

 a { background-color: rgb(109,226,223); }

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

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

 span { border-color: rgb(109,226,223); }

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