#6FEBF1

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

Shades of Turquoise Blue #6FEBF1

Tints of Turquoise Blue #6FEBF1

Color information

#6FEBF1 (or 0x6FEBF1) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EB and F1. RGB value is (111,235,241). Sum of RGB (Red+Green+Blue) = 111+235+241=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FEBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBF1 is #90140E. Grayscale: #C6C6C6. Windows color (decimal): -9442319 or 15854447. OLE color: 15854447.

HSL color Cylindrical-coordinate representation of color #6FEBF1: hue angle of 182.77º 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 #6FEBF1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111235241-
CMYK0.540.0200.05
HSL182.77º82.28%69.02%-
HSV(B)182.77º53.94%94.51%-
XYZ52.1469.1593.82-
YUV198.61151.9265.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.91%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=18.91%
G=40.03%
B=41.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112352410.540.0200.05182.7782.2869.02
Hex6FEBF136205b75245
Octal15735336166205267122105
Binary110111111101011111100011101101001011011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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