#6fdfd7

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

Shades of Turquoise Blue #6FDFD7

Tints of Turquoise Blue #6FDFD7

Color information

#6FDFD7 (or 0x6FDFD7) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DF and D7. RGB value is (111,223,215). Sum of RGB (Red+Green+Blue) = 111+223+215=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD7 is #902028. Grayscale: #BCBCBC. Windows color (decimal): -9445417 or 14147439. OLE color: 14147439.

HSL color Cylindrical-coordinate representation of color #6FDFD7: hue angle of 175.71º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFD7 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB111223215-
CMYK0.5000.040.13
HSL175.71º63.64%65.49%-
HSV(B)175.71º50.22%87.45%-
XYZ45.2161.0673.69-
YUV188.6142.8972.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.22%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=20.22%
G=40.62%
B=39.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112232150.5000.040.13175.7163.6465.49
Hex6FDFD73204Db04041
Octal157337327620415260100101
Binary11011111101111111010111110010010011011011000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fdfd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,223,215); }

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

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

 a { background-color: rgb(111,223,215); }

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

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

 span { border-color: rgb(111,223,215); }

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