#6FECE2

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

Shades of Turquoise Blue #6FECE2

Tints of Turquoise Blue #6FECE2

Color information

#6FECE2 (or 0x6FECE2) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EC and E2. RGB value is (111,236,226). Sum of RGB (Red+Green+Blue) = 111+236+226=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECE2 is #90131D. Grayscale: #C5C5C5. Windows color (decimal): -9442078 or 14871663. OLE color: 14871663.

HSL color Cylindrical-coordinate representation of color #6FECE2: hue angle of 175.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECE2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB111236226-
CMYK0.5300.040.07
HSL175.2º76.69%68.04%-
HSV(B)175.2º52.97%92.55%-
XYZ50.2868.8682.59-
YUV197.48144.0966.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.37%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 226 (88.67% from 255) = 39.44%
R=19.37%
G=41.19%
B=39.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112362260.5300.040.07175.276.6968.04
Hex6FECE235047af4d44
Octal15735434265047257115104
Binary1101111111011001110001011010101001111010111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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