#6FF2E3

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

Shades of Turquoise Blue #6FF2E3

Tints of Turquoise Blue #6FF2E3

Color information

#6FF2E3 (or 0x6FF2E3) is unknown color: approx Turquoise Blue. HEX triplet: 6F, F2 and E3. RGB value is (111,242,227). Sum of RGB (Red+Green+Blue) = 111+242+227=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF2E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF2E3 is #900D1C. Grayscale: #C9C9C9. Windows color (decimal): -9440541 or 14938735. OLE color: 14938735.

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

Color convert

RGB111242227-
CMYK0.5400.060.05
HSL173.13º83.44%69.22%-
HSV(B)173.13º54.13%94.9%-
XYZ52.1772.4383.9-
YUV201.12142.663.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.14%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 227 (89.06% from 255) = 39.14%
R=19.14%
G=41.72%
B=39.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112422270.5400.060.05173.1383.4469.22
Hex6FF2E336065ad5345
Octal15736234366065255123105
Binary1101111111100101110001111011001101011010110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,242,227); }

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

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

 a { background-color: rgb(111,242,227); }

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

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

 span { border-color: rgb(111,242,227); }

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