#6febe2

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

Shades of Turquoise Blue #6FEBE2

Tints of Turquoise Blue #6FEBE2

Color information

#6FEBE2 (or 0x6FEBE2) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EB and E2. RGB value is (111,235,226). Sum of RGB (Red+Green+Blue) = 111+235+226=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBE2 is #90141D. Grayscale: #C4C4C4. Windows color (decimal): -9442334 or 14871407. OLE color: 14871407.

HSL color Cylindrical-coordinate representation of color #6FEBE2: hue angle of 175.65º degrees, saturation: 0.76, 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 #6FEBE2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB111235226-
CMYK0.5300.040.08
HSL175.65º75.61%67.84%-
HSV(B)175.65º52.77%92.16%-
XYZ49.9968.2982.5-
YUV196.9144.4266.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.41%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=19.41%
G=41.08%
B=39.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112352260.5300.040.08175.6575.6167.84
Hex6FEBE235048b04c44
Octal157353342650410260114104
Binary11011111110101111100010110101010010001011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6febe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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