#6ADCDA

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

Shades of Turquoise Blue #6ADCDA

Tints of Turquoise Blue #6ADCDA

Color information

#6ADCDA (or 0x6ADCDA) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DC and DA. RGB value is (106,220,218). Sum of RGB (Red+Green+Blue) = 106+220+218=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCDA is #952325. Grayscale: #B9B9B9. Windows color (decimal): -9773862 or 14343274. OLE color: 14343274.

HSL color Cylindrical-coordinate representation of color #6ADCDA: hue angle of 178.95º degrees, saturation: 0.62, 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 #6ADCDA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB106220218-
CMYK0.5200.010.14
HSL178.95º61.96%63.92%-
HSV(B)178.95º51.82%86.27%-
XYZ44.1959.3175.45-
YUV185.69146.2371.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.49%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=19.49%
G=40.44%
B=40.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062202180.5200.010.14178.9561.9663.92
Hex6ADCDA3401Eb33e40
Octal15233433264011626376100
Binary11010101101110011011010110100011110101100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,218); }

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

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

 a { background-color: rgb(106,220,218); }

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

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

 span { border-color: rgb(106,220,218); }

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