#6DDDE5

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

Shades of Turquoise Blue #6DDDE5

Tints of Turquoise Blue #6DDDE5

Color information

#6DDDE5 (or 0x6DDDE5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and E5. RGB value is (109,221,229). Sum of RGB (Red+Green+Blue) = 109+221+229=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DDDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDE5 is #92221A. Grayscale: #BCBCBC. Windows color (decimal): -9576987 or 15064429. OLE color: 15064429.

HSL color Cylindrical-coordinate representation of color #6DDDE5: hue angle of 184º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDDE5 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB109221229-
CMYK0.520.0300.10
HSL184º69.77%66.27%-
HSV(B)184º52.4%89.8%-
XYZ46.3160.6283.39-
YUV188.42150.8971.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.50%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=19.50%
G=39.53%
B=40.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1092212290.520.0300.1018469.7766.27
Hex6DDDE53430Ab84642
Octal155335345643012270106102
Binary1101101110111011110010111010011010101011100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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