#6DEFDF

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

Shades of Turquoise Blue #6DEFDF

Tints of Turquoise Blue #6DEFDF

Color information

#6DEFDF (or 0x6DEFDF) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EF and DF. RGB value is (109,239,223). Sum of RGB (Red+Green+Blue) = 109+239+223=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFDF is #921020. Grayscale: #C6C6C6. Windows color (decimal): -9572385 or 14675821. OLE color: 14675821.

HSL color Cylindrical-coordinate representation of color #6DEFDF: hue angle of 172.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFDF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB109239223-
CMYK0.5400.070.06
HSL172.62º80.25%68.24%-
HSV(B)172.62º54.39%93.73%-
XYZ50.4970.3180.72-
YUV198.31141.9364.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.09%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=19.09%
G=41.86%
B=39.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092392230.5400.070.06172.6280.2568.24
Hex6DEFDF36076ad5044
Octal15535733766076255120104
Binary1101101111011111101111111011001111101010110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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