#6ACDDB

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

Shades of Turquoise Blue #6ACDDB

Tints of Turquoise Blue #6ACDDB

Color information

#6ACDDB (or 0x6ACDDB) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CD and DB. RGB value is (106,205,219). Sum of RGB (Red+Green+Blue) = 106+205+219=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ACDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDDB is #953224. Grayscale: #B0B0B0. Windows color (decimal): -9777701 or 14404970. OLE color: 14404970.

HSL color Cylindrical-coordinate representation of color #6ACDDB: hue angle of 187.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACDDB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106205219-
CMYK0.520.0600.14
HSL187.43º61.08%63.73%-
HSV(B)187.43º51.6%85.88%-
XYZ40.5651.8474.89-
YUV177151.777.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=20%
G=38.68%
B=41.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062052190.520.0600.14187.4361.0863.73
Hex6ACDDB3460Ebb3d40
Octal15231533364601627375100
Binary1101010110011011101101111010011001110101110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,205,219); }

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

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

 a { background-color: rgb(106,205,219); }

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

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

 span { border-color: rgb(106,205,219); }

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