#6FD0F1

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

Shades of Turquoise Blue #6FD0F1

Tints of Turquoise Blue #6FD0F1

Color information

#6FD0F1 (or 0x6FD0F1) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D0 and F1. RGB value is (111,208,241). Sum of RGB (Red+Green+Blue) = 111+208+241=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FD0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0F1 is #902F0E. Grayscale: #B6B6B6. Windows color (decimal): -9449231 or 15847535. OLE color: 15847535.

HSL color Cylindrical-coordinate representation of color #6FD0F1: hue angle of 195.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FD0F1 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111208241-
CMYK0.540.1400.05
HSL195.23º82.28%69.02%-
HSV(B)195.23º53.94%94.51%-
XYZ44.9954.8491.43-
YUV182.76160.8676.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.82%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=19.82%
G=37.14%
B=43.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112082410.540.1400.05195.2382.2869.02
Hex6FD0F136E05c35245
Octal157320361661605303122105
Binary11011111101000011110001110110111001011100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,208,241); }

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

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

 a { background-color: rgb(111,208,241); }

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

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

 span { border-color: rgb(111,208,241); }

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