#6DDEEB

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

Shades of Turquoise Blue #6DDEEB

Tints of Turquoise Blue #6DDEEB

Color information

#6DDEEB (or 0x6DDEEB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DE and EB. RGB value is (109,222,235). Sum of RGB (Red+Green+Blue) = 109+222+235=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDEEB is #922114. Grayscale: #BDBDBD. Windows color (decimal): -9576725 or 15457901. OLE color: 15457901.

HSL color Cylindrical-coordinate representation of color #6DDEEB: hue angle of 186.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDEEB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109222235-
CMYK0.540.0600.08
HSL186.19º75.9%67.45%-
HSV(B)186.19º53.62%92.16%-
XYZ47.4261.4987.97-
YUV189.7153.5670.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.26%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=19.26%
G=39.22%
B=41.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092222350.540.0600.08186.1975.967.45
Hex6DDEEB36608ba4c43
Octal155336353666010272114103
Binary11011011101111011101011110110110010001011101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,222,235); }

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

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

 a { background-color: rgb(109,222,235); }

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

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

 span { border-color: rgb(109,222,235); }

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