#6FDDFB

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

Shades of Turquoise Blue #6FDDFB

Tints of Turquoise Blue #6FDDFB

Color information

#6FDDFB (or 0x6FDDFB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DD and FB. RGB value is (111,221,251). Sum of RGB (Red+Green+Blue) = 111+221+251=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FDDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFB is #902204. Grayscale: #BFBFBF. Windows color (decimal): -9445893 or 16506223. OLE color: 16506223.

HSL color Cylindrical-coordinate representation of color #6FDDFB: hue angle of 192.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDDFB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111221251-
CMYK0.560.1200.02
HSL192.86º94.59%70.98%-
HSV(B)192.86º55.78%98.43%-
XYZ49.8262.06100.62-
YUV191.53161.5670.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.04%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=19.04%
G=37.91%
B=43.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112212510.560.1200.02192.8694.5970.98
Hex6FDDFB38C02c15f47
Octal157335373701402301137107
Binary1101111110111011111101111100011000101100000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,221,251); }

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

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

 a { background-color: rgb(111,221,251); }

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

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

 span { border-color: rgb(111,221,251); }

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