#6FDCF0

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

Shades of Turquoise Blue #6FDCF0

Tints of Turquoise Blue #6FDCF0

Color information

#6FDCF0 (or 0x6FDCF0) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DC and F0. RGB value is (111,220,240). Sum of RGB (Red+Green+Blue) = 111+220+240=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FDCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCF0 is #90230F. Grayscale: #BDBDBD. Windows color (decimal): -9446160 or 15785071. OLE color: 15785071.

HSL color Cylindrical-coordinate representation of color #6FDCF0: hue angle of 189.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDCF0 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB111220240-
CMYK0.540.0800.06
HSL189.3º81.13%68.82%-
HSV(B)189.3º53.75%94.12%-
XYZ47.8860.8691.66-
YUV189.69156.3971.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.44%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=19.44%
G=38.53%
B=42.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112202400.540.0800.06189.381.1368.82
Hex6FDCF036806bd5145
Octal157334360661006275121105
Binary11011111101110011110000110110100001101011110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,220,240); }

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

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

 a { background-color: rgb(111,220,240); }

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

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

 span { border-color: rgb(111,220,240); }

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