#6DEEDD

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

Shades of Turquoise Blue #6DEEDD

Tints of Turquoise Blue #6DEEDD

Color information

#6DEEDD (or 0x6DEEDD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, EE and DD. RGB value is (109,238,221). Sum of RGB (Red+Green+Blue) = 109+238+221=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEDD is #921122. Grayscale: #C5C5C5. Windows color (decimal): -9572643 or 14544493. OLE color: 14544493.

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

Color convert

RGB109238221-
CMYK0.5400.070.07
HSL172.09º79.14%68.04%-
HSV(B)172.09º54.2%93.33%-
XYZ49.9369.6279.21-
YUV197.49141.2664.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 238 (93.36% from 255) = 41.90%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=19.19%
G=41.90%
B=38.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092382210.5400.070.07172.0979.1468.04
Hex6DEEDD36077ac4f44
Octal15535633566077254117104
Binary1101101111011101101110111011001111111010110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,238,221); }

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

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

 a { background-color: rgb(109,238,221); }

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

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

 span { border-color: rgb(109,238,221); }

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