#6DD7EA

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

Shades of Turquoise Blue #6DD7EA

Tints of Turquoise Blue #6DD7EA

Color information

#6DD7EA (or 0x6DD7EA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D7 and EA. RGB value is (109,215,234). Sum of RGB (Red+Green+Blue) = 109+215+234=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DD7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD7EA is #922815. Grayscale: #B9B9B9. Windows color (decimal): -9578518 or 15390573. OLE color: 15390573.

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

Color convert

RGB109215234-
CMYK0.530.0800.08
HSL189.12º74.85%67.25%-
HSV(B)189.12º53.42%91.76%-
XYZ45.4657.7986.6-
YUV185.47155.3873.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.53%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=19.53%
G=38.53%
B=41.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092152340.530.0800.08189.1274.8567.25
Hex6DD7EA35808bd4b43
Octal1553273526510010275113103
Binary110110111010111111010101101011000010001011110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,215,234); }

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

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

 a { background-color: rgb(109,215,234); }

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

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

 span { border-color: rgb(109,215,234); }

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