#6ACCEE

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

Shades of Turquoise Blue #6ACCEE

Tints of Turquoise Blue #6ACCEE

Color information

#6ACCEE (or 0x6ACCEE) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CC and EE. RGB value is (106,204,238). Sum of RGB (Red+Green+Blue) = 106+204+238=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ACCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCEE is #953311. Grayscale: #B2B2B2. Windows color (decimal): -9777938 or 15649898. OLE color: 15649898.

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

Color convert

RGB106204238-
CMYK0.550.1400.07
HSL195.45º79.52%67.45%-
HSV(B)195.45º55.46%93.33%-
XYZ42.9752.4288.74-
YUV178.57161.5376.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.34%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=19.34%
G=37.23%
B=43.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062042380.550.1400.07195.4579.5267.45
Hex6ACCEE37E07c35043
Octal152314356671607303120103
Binary11010101100110011101110110111111001111100001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,204,238); }

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

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

 a { background-color: rgb(106,204,238); }

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

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

 span { border-color: rgb(106,204,238); }

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