#6DD5EB

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

Shades of Turquoise Blue #6DD5EB

Tints of Turquoise Blue #6DD5EB

Color information

#6DD5EB (or 0x6DD5EB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D5 and EB. RGB value is (109,213,235). Sum of RGB (Red+Green+Blue) = 109+213+235=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DD5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD5EB is #922A14. Grayscale: #B8B8B8. Windows color (decimal): -9579029 or 15455597. OLE color: 15455597.

HSL color Cylindrical-coordinate representation of color #6DD5EB: hue angle of 190.48º 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 #6DD5EB is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109213235-
CMYK0.540.0900.08
HSL190.48º75.9%67.45%-
HSV(B)190.48º53.62%92.16%-
XYZ45.156.8487.19-
YUV184.41156.5474.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.57%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=19.57%
G=38.24%
B=42.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092132350.540.0900.08190.4875.967.45
Hex6DD5EB36908be4c43
Octal1553253536611010276114103
Binary110110111010101111010111101101001010001011111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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