#6ACAED

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

Shades of Turquoise Blue #6ACAED

Tints of Turquoise Blue #6ACAED

Color information

#6ACAED (or 0x6ACAED) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CA and ED. RGB value is (106,202,237). Sum of RGB (Red+Green+Blue) = 106+202+237=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ACAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACAED is #953512. Grayscale: #B1B1B1. Windows color (decimal): -9778451 or 15583850. OLE color: 15583850.

HSL color Cylindrical-coordinate representation of color #6ACAED: hue angle of 196.03º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ACAED is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106202237-
CMYK0.550.1500.07
HSL196.03º78.44%67.25%-
HSV(B)196.03º55.27%92.94%-
XYZ42.3551.4287.81-
YUV177.29161.777.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.45%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=19.45%
G=37.06%
B=43.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062022370.550.1500.07196.0378.4467.25
Hex6ACAED37F07c44e43
Octal152312355671707304116103
Binary11010101100101011101101110111111101111100010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,237); }

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

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

 a { background-color: rgb(106,202,237); }

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

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

 span { border-color: rgb(106,202,237); }

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