#6FDCF8

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

Shades of Turquoise Blue #6FDCF8

Tints of Turquoise Blue #6FDCF8

Color information

#6FDCF8 (or 0x6FDCF8) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DC and F8. RGB value is (111,220,248). Sum of RGB (Red+Green+Blue) = 111+220+248=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FDCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCF8 is #902307. Grayscale: #BEBEBE. Windows color (decimal): -9446152 or 16309359. OLE color: 16309359.

HSL color Cylindrical-coordinate representation of color #6FDCF8: hue angle of 192.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDCF8 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111220248-
CMYK0.550.1100.03
HSL192.26º90.73%70.39%-
HSV(B)192.26º55.24%97.25%-
XYZ49.0961.3498.06-
YUV190.6160.3971.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.17%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 248 (97.27% from 255) = 42.83%
R=19.17%
G=38.00%
B=42.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112202480.550.1100.03192.2690.7370.39
Hex6FDCF837B03c05b46
Octal157334370671303300133106
Binary1101111110111001111100011011110110111100000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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