#6FD8E9

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

Shades of Turquoise Blue #6FD8E9

Tints of Turquoise Blue #6FD8E9

Color information

#6FD8E9 (or 0x6FD8E9) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D8 and E9. RGB value is (111,216,233). Sum of RGB (Red+Green+Blue) = 111+216+233=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FD8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD8E9 is #902716. Grayscale: #BABABA. Windows color (decimal): -9447191 or 15325295. OLE color: 15325295.

HSL color Cylindrical-coordinate representation of color #6FD8E9: hue angle of 188.36º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FD8E9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111216233-
CMYK0.520.0700.09
HSL188.36º73.49%67.45%-
HSV(B)188.36º52.36%91.37%-
XYZ45.8258.3785.94-
YUV186.54154.2174.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.82%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=19.82%
G=38.57%
B=41.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112162330.520.0700.09188.3673.4967.45
Hex6FD8E934709bc4943
Octal157330351647011274111103
Binary11011111101100011101001110100111010011011110010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,216,233); }

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

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

 a { background-color: rgb(111,216,233); }

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

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

 span { border-color: rgb(111,216,233); }

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