#6ACFD9

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

Shades of Turquoise Blue #6ACFD9

Tints of Turquoise Blue #6ACFD9

Color information

#6ACFD9 (or 0x6ACFD9) is unknown color: approx Turquoise Blue. HEX triplet: 6A, CF and D9. RGB value is (106,207,217). Sum of RGB (Red+Green+Blue) = 106+207+217=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #6ACFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFD9 is #953026. Grayscale: #B1B1B1. Windows color (decimal): -9777191 or 14274410. OLE color: 14274410.

HSL color Cylindrical-coordinate representation of color #6ACFD9: hue angle of 185.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ACFD9 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106207217-
CMYK0.510.0500.15
HSL185.41º59.36%63.33%-
HSV(B)185.41º51.15%85.1%-
XYZ40.7852.773.67-
YUV177.94150.0476.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=20%
G=39.06%
B=40.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062072170.510.0500.15185.4159.3663.33
Hex6ACFD93350Fb93b3f
Octal1523173316350172717377
Binary110101011001111110110011100111010111110111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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