#6DDCEA

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

Shades of Turquoise Blue #6DDCEA

Tints of Turquoise Blue #6DDCEA

Color information

#6DDCEA (or 0x6DDCEA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and EA. RGB value is (109,220,234). Sum of RGB (Red+Green+Blue) = 109+220+234=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCEA is #922315. Grayscale: #BCBCBC. Windows color (decimal): -9577238 or 15391853. OLE color: 15391853.

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

Color convert

RGB109220234-
CMYK0.530.0600.08
HSL186.72º74.85%67.25%-
HSV(B)186.72º53.42%91.76%-
XYZ46.7560.3887.03-
YUV188.41153.7371.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.36%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=19.36%
G=39.08%
B=41.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092202340.530.0600.08186.7274.8567.25
Hex6DDCEA35608bb4b43
Octal155334352656010273113103
Binary11011011101110011101010110101110010001011101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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