#6FDAEA

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

Shades of Turquoise Blue #6FDAEA

Tints of Turquoise Blue #6FDAEA

Color information

#6FDAEA (or 0x6FDAEA) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DA and EA. RGB value is (111,218,234). Sum of RGB (Red+Green+Blue) = 111+218+234=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAEA is #902515. Grayscale: #BBBBBB. Windows color (decimal): -9446678 or 15391343. OLE color: 15391343.

HSL color Cylindrical-coordinate representation of color #6FDAEA: hue angle of 187.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDAEA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111218234-
CMYK0.530.0700.08
HSL187.8º74.55%67.65%-
HSV(B)187.8º52.56%91.76%-
XYZ46.4859.4686.87-
YUV187.83154.0573.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.72%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=19.72%
G=38.72%
B=41.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112182340.530.0700.08187.874.5567.65
Hex6FDAEA35708bc4b44
Octal157332352657010274113104
Binary11011111101101011101010110101111010001011110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,218,234); }

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

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

 a { background-color: rgb(111,218,234); }

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

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

 span { border-color: rgb(111,218,234); }

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