#6ACFD2

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

Shades of Turquoise Blue #6ACFD2

Tints of Turquoise Blue #6ACFD2

Color information

#6ACFD2 (or 0x6ACFD2) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CF and D2. RGB value is (106,207,210). Sum of RGB (Red+Green+Blue) = 106+207+210=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #6ACFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFD2 is #95302D. Grayscale: #B1B1B1. Windows color (decimal): -9777198 or 13815658. OLE color: 13815658.

HSL color Cylindrical-coordinate representation of color #6ACFD2: hue angle of 181.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACFD2 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106207210-
CMYK0.500.0100.18
HSL181.73º53.61%61.96%-
HSV(B)181.73º49.52%82.35%-
XYZ39.8952.3468.97-
YUV177.14146.5477.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.27%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=20.27%
G=39.58%
B=40.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062072100.500.0100.18181.7353.6161.96
Hex6ACFD2321012b6363e
Octal1523173226210222666676
Binary11010101100111111010010110010101001010110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,207,210); }

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

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

 a { background-color: rgb(106,207,210); }

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

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

 span { border-color: rgb(106,207,210); }

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