#6ACEED

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

Shades of Turquoise Blue #6ACEED

Tints of Turquoise Blue #6ACEED

Color information

#6ACEED (or 0x6ACEED) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CE and ED. RGB value is (106,206,237). Sum of RGB (Red+Green+Blue) = 106+206+237=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ACEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEED is #953112. Grayscale: #B3B3B3. Windows color (decimal): -9777427 or 15584874. OLE color: 15584874.

HSL color Cylindrical-coordinate representation of color #6ACEED: hue angle of 194.2º 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 #6ACEED is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106206237-
CMYK0.550.1300.07
HSL194.2º78.44%67.25%-
HSV(B)194.2º55.27%92.94%-
XYZ43.353.3288.13-
YUV179.63160.3775.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.31%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=19.31%
G=37.52%
B=43.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062062370.550.1300.07194.278.4467.25
Hex6ACEED37D07c24e43
Octal152316355671507302116103
Binary11010101100111011101101110111110101111100001010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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